summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mach-default/entry_arch.h
diff options
context:
space:
mode:
authorJens Axboe2008-06-26 11:21:54 +0200
committerJens Axboe2008-06-26 11:21:54 +0200
commit3b16cf874861436725c43ba0b68bdd799297be7c (patch)
tree8e48647e3dce5dde6917f260f93c4b9f19945c55 /include/asm-x86/mach-default/entry_arch.h
parentAdd generic helpers for arch IPI function calls (diff)
downloadkernel-qcow2-linux-3b16cf874861436725c43ba0b68bdd799297be7c.tar.gz
kernel-qcow2-linux-3b16cf874861436725c43ba0b68bdd799297be7c.tar.xz
kernel-qcow2-linux-3b16cf874861436725c43ba0b68bdd799297be7c.zip
x86: convert to generic helpers for IPI function calls
This converts x86, x86-64, and xen to use the new helpers for smp_call_function() and friends, and adds support for smp_call_function_single(). Acked-by: Ingo Molnar <mingo@elte.hu> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/asm-x86/mach-default/entry_arch.h')
-rw-r--r--include/asm-x86/mach-default/entry_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/mach-default/entry_arch.h b/include/asm-x86/mach-default/entry_arch.h
index bc861469bdba..9283b60a1dd2 100644
--- a/include/asm-x86/mach-default/entry_arch.h
+++ b/include/asm-x86/mach-default/entry_arch.h
@@ -13,6 +13,7 @@
BUILD_INTERRUPT(reschedule_interrupt,RESCHEDULE_VECTOR)
BUILD_INTERRUPT(invalidate_interrupt,INVALIDATE_TLB_VECTOR)
BUILD_INTERRUPT(call_function_interrupt,CALL_FUNCTION_VECTOR)
+BUILD_INTERRUPT(call_function_single_interrupt,CALL_FUNCTION_SINGLE_VECTOR)
#endif
/*