aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-06-10 20:49:30 +0200
committerJens Axboe <jens.axboe@oracle.com>2008-06-26 11:22:57 +0200
commit7b7426c8a615cf61df9a77b9df7d5b75d91e3fa0 (patch)
treee54ae91c30d44d427d0e8d82d04724d66ddae834 /arch/m32r/Kconfig
parentf6dd9fa5a75a3dae16c6843e74e56bf75be51c7c (diff)
downloadkernel_samsung_smdk4412-7b7426c8a615cf61df9a77b9df7d5b75d91e3fa0.zip
kernel_samsung_smdk4412-7b7426c8a615cf61df9a77b9df7d5b75d91e3fa0.tar.gz
kernel_samsung_smdk4412-7b7426c8a615cf61df9a77b9df7d5b75d91e3fa0.tar.bz2
m32r: convert to generic helpers for IPI function calls
This converts m32r to use the new helpers for smp_call_function() and friends, and adds support for smp_call_function_single(). Not tested, not even compiled. Cc: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index de153de..a5f864c 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -296,6 +296,7 @@ config PREEMPT
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, like most personal computers, say N. If