- First stab at getting the ppc ports building and working.
[coreboot.git] / src / cpu / x86 / lapic / lapic_cpu_init.c
index 5e7b7934c7a2a41264d87e0b016963b1621ecc19..b477d1f0cc16b1a14ef2b115042446998a646815 100644 (file)
@@ -301,7 +301,8 @@ void initialize_cpus(struct bus *cpu_bus)
        cpu_path.u.apic.apic_id = lapicid();
 #else
        /* Get the device path of the boot cpu */
-       cpu_path.type           = DEVICE_PATH_DEFAULT_CPU;
+       cpu_path.type           = DEVICE_PATH_CPU;
+       cpu_path.u.cpu.id       = 0;
 #endif
        
        /* Find the device structure for the boot cpu */