- Fix race condition in option_table.h generation by moving the include
[coreboot.git] / src / cpu / amd / dualcore / dualcore.c
index f13a62cbe7fa01bf09e8b158e2e8863145a6ab72..b1894ce1544c0811f3d3819ba4c4ff38f10b0783 100644 (file)
@@ -7,6 +7,9 @@
 
 #include "cpu/amd/dualcore/dualcore_id.c"
 #include <pc80/mc146818rtc.h>
+#if CONFIG_HAVE_OPTION_TABLE
+#include "option_table.h"
+#endif
 
 static inline unsigned get_core_num_in_bsp(unsigned nodeid)
 {