MIPS: microMIPS: uasm: Add microMIPS micro assembler support.
authorSteven J. Hill <sjhill@mips.com>
Tue, 5 Feb 2013 22:52:02 +0000 (16:52 -0600)
committerSteven J. Hill <Steven.Hill@imgtec.com>
Wed, 1 May 2013 21:32:46 +0000 (16:32 -0500)
commita6a4834cdbef23a7db16e7598c8c6e427ac82531
tree9a2a89d17ef06eb672dc03bddce61f3aea889558
parentabc597fe623cfd7d3b18d5235c54f3d567d2c3d3
MIPS: microMIPS: uasm: Add microMIPS micro assembler support.

Add new file 'uasm-micromips.c' that allows the micro assembler
to generate microMIPS ISA code. It can be included in the kernel
alongside the classic ISA as long as the platform supports the
microMIPS ISA.

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/4923/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
(cherry picked from commit 5f011a866afbd03a5379f67f4e70e5efbdfc16e9)
arch/mips/Kconfig
arch/mips/include/asm/uasm.h
arch/mips/mm/Makefile
arch/mips/mm/uasm-micromips.c [new file with mode: 0644]