]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: APRP: Split RTLX support into separate files.
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Wed, 1 Jan 2014 15:26:46 +0000 (16:26 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jan 2014 19:19:02 +0000 (20:19 +0100)
commit2c973ef0cc3f981bfb137c3e42e08de5e8f1cc18
tree8f15ba20262f53e7465348db0581f16befb130db
parent17a1d523aa5826dec25f2362e1630be365167bda
MIPS: APRP: Split RTLX support into separate files.

Split the RTLX 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.

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>
Patchwork: http://patchwork.linux-mips.org/patch/6093/
Reviewed-by: John Crispin <blogic@openwrt.org>
arch/mips/Kconfig
arch/mips/include/asm/rtlx.h
arch/mips/kernel/Makefile
arch/mips/kernel/rtlx-mt.c [new file with mode: 0644]
arch/mips/kernel/rtlx.c