MIPS: microMIPS: uasm: Split 'uasm.c' into two files.
authorSteven J. Hill <sjhill@mips.com>
Tue, 5 Feb 2013 22:52:01 +0000 (16:52 -0600)
committerSteven J. Hill <Steven.Hill@imgtec.com>
Wed, 1 May 2013 21:32:45 +0000 (16:32 -0500)
commitabc597fe623cfd7d3b18d5235c54f3d567d2c3d3
tree05ef12f30fc686793522a5fcb7b4ff4a14390088
parent2aa9fd06e221da4e69693dc1b5c6c6bc84c76f32
MIPS: microMIPS: uasm: Split 'uasm.c' into two files.

Split 'uasm.c' into two files. The new file 'uasm-mips.c' has the
functions specific to the classic MIPS ISA. The 'uasm.c' file
contains common code that can be used by classic or other ISAs
that could be supported by the kernel.

Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: kevink@paralogos.com
Cc: ddaney.cavm@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/4922/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
(cherry picked from commit 0961103562ab958fa74f35043bf4f72e51ed6155)
arch/mips/include/asm/uasm.h
arch/mips/mm/Makefile
arch/mips/mm/uasm-mips.c [new file with mode: 0644]
arch/mips/mm/uasm.c