]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe80d31df75d39523fbaa80e8a23fe8358a8b742
treec7ae6f594ac9ee8e2c791b48d2d18a0bec326b9a
parent60737fe2573aef0fea6f41a77bdeef47401f0ba3
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