Changes to allow Via/Epia code to be compiled after recent code changes.
[coreboot.git] / src / cpu / x86 / lapic / lapic_cpu_init.c
index b96c7b3586043b5419f56109f68d54cf2428ffd4..5e7b7934c7a2a41264d87e0b016963b1621ecc19 100644 (file)
@@ -301,7 +301,7 @@ 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_BOOT_CPU;
+       cpu_path.type           = DEVICE_PATH_DEFAULT_CPU;
 #endif
        
        /* Find the device structure for the boot cpu */