- HDAMA boots!
[coreboot.git] / src / arch / i386 / smp / mpspec.c
index c674cf58f547d46007ef4475a1814e66c3883240..daeb78435dcc485baab3a75c83e58bf5dc2377ce 100644 (file)
@@ -121,7 +121,7 @@ void smp_write_processors(struct mp_config_table *mc)
                }
                cpu_flag = MPC_CPU_ENABLED;
                if (boot_apic_id == cpu->path.u.apic.apic_id) {
-                       cpu_flag = MPC_CPU_ENABLED;
+                       cpu_flag = MPC_CPU_ENABLED | MPC_CPU_BOOTPROCESSOR;
                }
                smp_write_processor(mc, 
                        cpu->path.u.apic.apic_id, apic_version,