Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Delete smp-gic.c

We now have a generic IPI layer that will use GIC automatically
if it's compiled in.

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: <jason@lakedaemon.net>
Cc: <marc.zyngier@arm.com>
Cc: <jiang.liu@linux.intel.com>
Cc: <linux-mips@linux-mips.org>
Cc: <lisa.parratt@imgtec.com>
Cc: Qais Yousef <qsyousef@gmail.com>
Link: http://lkml.kernel.org/r/1449580830-23652-19-git-send-email-qais.yousef@imgtec.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Qais Yousef and committed by
Thomas Gleixner
7eb8c99d bb11cff3

-7
-6
arch/mips/Kconfig
··· 2170 2170 select CPU_MIPSR2_IRQ_VI 2171 2171 select CPU_MIPSR2_IRQ_EI 2172 2172 select SYNC_R4K 2173 - select MIPS_GIC_IPI 2174 2173 select MIPS_MT 2175 2174 select SMP 2176 2175 select SMP_UP ··· 2267 2268 config MIPS_CMP 2268 2269 bool "MIPS CMP framework support (DEPRECATED)" 2269 2270 depends on SYS_SUPPORTS_MIPS_CMP && !CPU_MIPSR6 2270 - select MIPS_GIC_IPI 2271 2271 select SMP 2272 2272 select SYNC_R4K 2273 2273 select SYS_SUPPORTS_SMP ··· 2286 2288 select MIPS_CM 2287 2289 select MIPS_CPC 2288 2290 select MIPS_CPS_PM if HOTPLUG_CPU 2289 - select MIPS_GIC_IPI 2290 2291 select SMP 2291 2292 select SYNC_R4K if (CEVT_R4K || CSRC_R4K) 2292 2293 select SYS_SUPPORTS_HOTPLUG_CPU ··· 2301 2304 config MIPS_CPS_PM 2302 2305 depends on MIPS_CPS 2303 2306 select MIPS_CPC 2304 - bool 2305 - 2306 - config MIPS_GIC_IPI 2307 2307 bool 2308 2308 2309 2309 config MIPS_CM
-1
arch/mips/kernel/Makefile
··· 52 52 obj-$(CONFIG_MIPS_CMP) += smp-cmp.o 53 53 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o 54 54 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o 55 - obj-$(CONFIG_MIPS_GIC_IPI) += smp-gic.o 56 55 obj-$(CONFIG_MIPS_SPRAM) += spram.o 57 56 58 57 obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o