aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-default
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-20 15:30:36 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-20 15:30:36 +0100
commit66a8421ec67628640e1b98a1c3e7836a46e4d6bb (patch)
tree7d418add3dd563bcf131b37a8e398b16a1252972 /xen/include/asm-x86/mach-default
parenteaa024d29620e08f75090ffc90343c09176c2b12 (diff)
downloadxen-66a8421ec67628640e1b98a1c3e7836a46e4d6bb.tar.gz
xen-66a8421ec67628640e1b98a1c3e7836a46e4d6bb.tar.bz2
xen-66a8421ec67628640e1b98a1c3e7836a46e4d6bb.zip
x86: some assorted irq related cleanups
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/mach-default')
-rw-r--r--xen/include/asm-x86/mach-default/smpboot_hooks.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/asm-x86/mach-default/smpboot_hooks.h b/xen/include/asm-x86/mach-default/smpboot_hooks.h
index 48e589e018..a70d279912 100644
--- a/xen/include/asm-x86/mach-default/smpboot_hooks.h
+++ b/xen/include/asm-x86/mach-default/smpboot_hooks.h
@@ -1,11 +1,6 @@
/* two abstractions specific to kernel/smpboot.c, mainly to cater to visws
* which needs to alter them. */
-static inline void smpboot_clear_io_apic_irqs(void)
-{
- io_apic_irqs = 0;
-}
-
static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip)
{
CMOS_WRITE(0xa, 0xf);