MIPS: APRP: Split VPE loader into separate files.
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Wed, 30 Oct 2013 20:52:06 +0000 (15:52 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jan 2014 19:19:01 +0000 (20:19 +0100)
commit1a2a6d7e8816ed2b2679a0c4f7ba4019cd31dd62
treec7ae6f594ac9ee8e2c791b48d2d18a0bec326b9a
parentc080faa502041c94f754e9878618a4632d6eede6
MIPS: APRP: Split VPE loader into separate files.

Split the VPE functionality in preparation for adding support
for CMP platforms. Common functions remain in the original file
and a new file contains code specific to platforms that do not
have a CMP present.

Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Reviewed-by: Qais Yousef <Qais.Yousef@imgtec.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6094/
arch/mips/Kconfig
arch/mips/include/asm/vpe.h
arch/mips/kernel/Makefile
arch/mips/kernel/vpe-mt.c [new file with mode: 0644]
arch/mips/kernel/vpe.c