]> git.karo-electronics.de Git - karo-tx-linux.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)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 13 Mar 2013 20:17:07 +0000 (21:17 +0100)
commit0961103562ab958fa74f35043bf4f72e51ed6155
tree05578afbc350ddbcf8b6463e23832827d15d9a4e
parentd7f19e43a4337d4d40ff5e241172912130d06a4c
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>
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