diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-12-18 14:12:06 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 20:18:52 +0100 |
commit | 04fa8bf7c0900889c5a4b6f95f07b924265cc8f0 (patch) | |
tree | 099a40ddd8fa7cf0907ce6fc68997ccb709ce260 /arch/mips/Kconfig | |
parent | fe7f62c0c2122e0df3edb73bbfedc5cf399a3beb (diff) |
MIPS: BMIPS: add a smp ops registration helper
Add a helper similar to the generic register_XXX_smp_ops() for bmips.
Register SMP UP ops in case of BMIPS32/3300.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6248/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7eaa4129dbc..f2f6c1de238 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1479,6 +1479,7 @@ config CPU_LOONGSON1 select CPU_SUPPORTS_HIGHMEM config CPU_BMIPS32_3300 + select SMP_UP if SMP bool config CPU_BMIPS4350 |