aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2014-03-24 06:19:31 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-03-31 12:17:12 -0400
commit0c2cb004b262987f7ab84d0c40b7bff74ed5d17b (patch)
tree0a10cab45f14dc1c93645c63cf66add32b0bd1ad /arch/mips/Kconfig
parentf0cff5c86f7d3be0084eedbf449c3f47638e76f2 (diff)
MIPS: smp-mt: Use common GIC IPI implementation
Rather than duplicating the GIC IPI send function, share the one already used by CONFIG_MIPS_CPS & CONFIG_MIPS_CMP. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Paul Burton <paul.burton@imgtec.com> Patchwork: https://patchwork.linux-mips.org/patch/6653/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index a5ea11d8ec4e..14aeb174e00f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1918,6 +1918,7 @@ config MIPS_MT_SMP
1918 select CPU_MIPSR2_IRQ_VI 1918 select CPU_MIPSR2_IRQ_VI
1919 select CPU_MIPSR2_IRQ_EI 1919 select CPU_MIPSR2_IRQ_EI
1920 select SYNC_R4K 1920 select SYNC_R4K
1921 select MIPS_GIC_IPI
1921 select MIPS_MT 1922 select MIPS_MT
1922 select SMP 1923 select SMP
1923 select SMP_UP 1924 select SMP_UP