]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fb195990daabc5e7fe2e152b542b1d979c138bb
tree05ef12f30fc686793522a5fcb7b4ff4a14390088
parent778fbddf5399ccde61fa4bd782ea88188ede1e63
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