aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/include/asm-x86/mach-default/smpboot_hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mach-default/smpboot_hooks.h b/xen/include/asm-x86/mach-default/smpboot_hooks.h
index 5b4dac9518..48e589e018 100644
--- a/xen/include/asm-x86/mach-default/smpboot_hooks.h
+++ b/xen/include/asm-x86/mach-default/smpboot_hooks.h
@@ -30,7 +30,7 @@ static inline void smpboot_restore_warm_reset_vector(void)
*/
CMOS_WRITE(0, 0xf);
- *((volatile long *) maddr_to_virt(0x467)) = 0;
+ *((volatile int *) maddr_to_virt(0x467)) = 0;
}
static inline void smpboot_setup_io_apic(void)