--- 1def60114906bf1b1dfa98ef3bd8ac177f65010f +++ cfdc6c88c9d5f94c030eeb48cc0b3e6d97113f58 @@ -34,7 +34,7 @@ static inline void smpboot_restore_warm_ */ CMOS_WRITE(0, 0xf); - *((volatile long *)phys_to_virt(apic->trampoline_phys_low)) = 0; + *((volatile u32 *)phys_to_virt(apic->trampoline_phys_low)) = 0; } static inline void __init smpboot_setup_io_apic(void)