mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex...
[coreboot.git] / src / cpu / amd / socket_940 / socket_940.c
index d412538ed16b81fa0f6c3e6cb5a34e0b359a099b..dc825a214feec6624c463733e074e6b5cf935f1f 100644 (file)
@@ -1,8 +1,6 @@
 #include <device/device.h>
 #include "chip.h"
 
-#if CONFIG_CHIP_NAME == 1 
 struct chip_operations cpu_amd_socket_940_ops = {
        CHIP_NAME("socket 940")
 };
-#endif