aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-06-10 14:48:30 -0400
committerJens Axboe <jens.axboe@oracle.com>2008-06-26 05:22:57 -0400
commitf6dd9fa5a75a3dae16c6843e74e56bf75be51c7c (patch)
treedbc206ee74b2daafd00f5072bcb722768c436ae4 /arch/arm/Kconfig
parentc524a1d8914408fd57241d9542fa2d402f004a33 (diff)
arm: convert to generic helpers for IPI function calls
This converts arm to use the new helpers for smp_call_function() and friends, and adds support for smp_call_function_single(). Fixups and testing done by Catalin Marinas <catalin.marinas@arm.com> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b786e68914d4..c72dae633f60 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -650,6 +650,7 @@ source "kernel/time/Kconfig"
650config SMP 650config SMP
651 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 651 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
652 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) 652 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
653 select USE_GENERIC_SMP_HELPERS
653 help 654 help
654 This enables support for systems with more than one CPU. If you have 655 This enables support for systems with more than one CPU. If you have
655 a system with only one CPU, like most personal computers, say N. If 656 a system with only one CPU, like most personal computers, say N. If