Patch 2.6.32.28 to 2.6.32.32
/arch/x86/include/asm/smpboot_hooks.h
blob:1def60114906bf1b1dfa98ef3bd8ac177f65010f -> blob:cfdc6c88c9d5f94c030eeb48cc0b3e6d97113f58
--- arch/x86/include/asm/smpboot_hooks.h
+++ arch/x86/include/asm/smpboot_hooks.h
@@ -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)