diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-12-18 08:12:06 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:18:52 -0500 |
commit | 04fa8bf7c0900889c5a4b6f95f07b924265cc8f0 (patch) | |
tree | 099a40ddd8fa7cf0907ce6fc68997ccb709ce260 /arch/mips/bcm63xx | |
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/bcm63xx')
-rw-r--r-- | arch/mips/bcm63xx/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/prom.c b/arch/mips/bcm63xx/prom.c index 9872ca34d0c4..f93f4fc00ca5 100644 --- a/arch/mips/bcm63xx/prom.c +++ b/arch/mips/bcm63xx/prom.c | |||
@@ -61,7 +61,7 @@ void __init prom_init(void) | |||
61 | 61 | ||
62 | if (IS_ENABLED(CONFIG_CPU_BMIPS4350) && IS_ENABLED(CONFIG_SMP)) { | 62 | if (IS_ENABLED(CONFIG_CPU_BMIPS4350) && IS_ENABLED(CONFIG_SMP)) { |
63 | /* set up SMP */ | 63 | /* set up SMP */ |
64 | register_smp_ops(&bmips43xx_smp_ops); | 64 | register_bmips_smp_ops(); |
65 | 65 | ||
66 | /* | 66 | /* |
67 | * BCM6328 might not have its second CPU enabled, while BCM3368 | 67 | * BCM6328 might not have its second CPU enabled, while BCM3368 |