]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move GIC IPI functions out of smp-cmp.c
authorPaul Burton <paul.burton@imgtec.com>
Wed, 15 Jan 2014 10:31:50 +0000 (10:31 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Mar 2014 20:25:22 +0000 (21:25 +0100)
commit46e4f7c147152fa7179efc7d22f2f6c2738e1e3b
tree6aa67f96e1e1f83aed0030e0d3c6a39a811c6e86
parent549a2065dbb6003ad0974ddbb381c8d48974a653
MIPS: Move GIC IPI functions out of smp-cmp.c

The GIC IPI functions aren't necessarily specific to the "CMP
framework" SMP implementation, and will be used elsewhere in a
subsequent commit. This patch adds cleaned up GIC IPI functions to a
separate file which is compiled when a new CONFIG_MIPS_GIC_IPI Kconfig
symbol is selected, and selects that symbol for CONFIG_MIPS_CMP.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6359/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/include/asm/smp-ops.h
arch/mips/kernel/Makefile
arch/mips/kernel/smp-cmp.c
arch/mips/kernel/smp-gic.c [new file with mode: 0644]