aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-06-26 11:22:30 +0200
committerJens Axboe <jens.axboe@oracle.com>2008-06-26 11:22:30 +0200
commitf27b433ef32a77c8cb76f018507453df7c03e552 (patch)
tree928f03e2325a9b7f1d9543603bfd1a7133b2fdfa /arch/ia64/Kconfig
parentpowerpc: convert to generic helpers for IPI function calls (diff)
downloadlinux-dev-f27b433ef32a77c8cb76f018507453df7c03e552.tar.xz
linux-dev-f27b433ef32a77c8cb76f018507453df7c03e552.zip
ia64: convert to generic helpers for IPI function calls
This converts ia64 to use the new helpers for smp_call_function() and friends, and adds support for smp_call_function_single(). Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 16be41446b5b..18bcc10903b4 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -303,6 +303,7 @@ config VIRT_CPU_ACCOUNTING
config SMP
bool "Symmetric multi-processing support"
+ select USE_GENERIC_SMP_HELPERS
help
This enables support for systems with more than one CPU. If you have
a system with only one CPU, say N. If you have a system with more