[PATCH 02/03] ARM: mach-shmobile: Enable SMP support
Magnus Damm
magnus.damm at gmail.com
Tue Dec 14 02:57:03 EST 2010
From: Magnus Damm <damm at opensource.se>
Allow SMP to be enabled on R-Mobile / SH-Mobile.
Signed-off-by: Magnus Damm <damm at opensource.se>
---
May need to be reworked to fit the current state of the tree
associated with the RMK patch tracker.
arch/arm/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- 0001/arch/arm/Kconfig
+++ work/arch/arm/Kconfig 2010-12-14 13:31:02.000000000 +0900
@@ -1211,7 +1211,8 @@ config SMP
depends on GENERIC_CLOCKEVENTS
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 ||\
- ARCH_S5PV310 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4
+ ARCH_S5PV310 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
+ ARCH_SHMOBILE
select USE_GENERIC_SMP_HELPERS
select HAVE_ARM_SCU
help
More information about the linux-arm-kernel
mailing list