From: Markos Chandras Date: Thu, 19 Sep 2013 17:00:29 +0000 (+0100) Subject: MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MT X-Git-Tag: v3.14-rc1~37^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40149889ce4d3c99fdbea6b6ca803bb872daebb5;p=pandora-kernel.git MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MT The mips_mt_* symbols are only built and exported if CONFIG_MIPS_MT is enabled. Fixes the following build problem when CONFIG_SMP is enabled but CONFIG_MIPS_MT is not. arch/mips/built-in.o: In function `cmp_prepare_cpus': arch/mips/kernel/smp-cmp.c:197: undefined reference to `mips_mt_set_cpuoptions' Signed-off-by: Markos Chandras Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/5860/ --- Reading git-diff-tree failed