mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex...
[coreboot.git] / src / cpu / intel / slot_2 / slot_2.c
index cc0fad34bc01f915d66da397fdd3569a09b6cf5e..19bbea8133b0ab988d104bb2fc54d4405fe8b0e2 100644 (file)
@@ -2,6 +2,6 @@
 #include "chip.h"
 
 
-struct chip_operations cpu_intel_slot_2_control = {
+struct chip_operations cpu_intel_slot_2_ops = {
        CHIP_NAME("slot 2")
 };