diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-11-16 01:25:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 22:03:18 +0000 |
commit | df0ac8a406718360aa08e632a73a805a6cc4cb27 (patch) | |
tree | 8fe33309545a79f506a625e302fb56bdffc9e5b7 /arch/mips/kernel/Makefile | |
parent | 6fb97effee5374ac5b2a0e8666d380e83b5ca1e3 (diff) | |
download | linux-df0ac8a406718360aa08e632a73a805a6cc4cb27.tar.gz linux-df0ac8a406718360aa08e632a73a805a6cc4cb27.tar.bz2 linux-df0ac8a406718360aa08e632a73a805a6cc4cb27.zip |
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 obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_SMP_UP) += smp-up.o +obj-$(CONFIG_CPU_BMIPS) += smp-bmips.o bmips_vec.o obj-$(CONFIG_MIPS_MT) += mips-mt.o obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o |