diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-11-15 20:25:45 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:03:18 -0500 |
commit | df0ac8a406718360aa08e632a73a805a6cc4cb27 (patch) | |
tree | 8fe33309545a79f506a625e302fb56bdffc9e5b7 /arch/mips/kernel/Makefile | |
parent | 6fb97effee5374ac5b2a0e8666d380e83b5ca1e3 (diff) |
MIPS: BMIPS: Add SMP support code for BMIPS43xx/BMIPS5000
Initial commit of BMIPS SMP support code. Smoke-tested on a variety of
BMIPS4350, BMIPS4380, and BMIPS5000 platforms.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2977/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 1a966183e353..01983215977d 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -58,6 +58,7 @@ obj-$(CONFIG_CPU_XLR) += r4k_fpu.o r4k_switch.o | |||
58 | 58 | ||
59 | obj-$(CONFIG_SMP) += smp.o | 59 | obj-$(CONFIG_SMP) += smp.o |
60 | obj-$(CONFIG_SMP_UP) += smp-up.o | 60 | obj-$(CONFIG_SMP_UP) += smp-up.o |
61 | obj-$(CONFIG_CPU_BMIPS) += smp-bmips.o bmips_vec.o | ||
61 | 62 | ||
62 | obj-$(CONFIG_MIPS_MT) += mips-mt.o | 63 | obj-$(CONFIG_MIPS_MT) += mips-mt.o |
63 | obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o | 64 | obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o |