]> Pileus Git - ~andy/linux/commit
MIPS: microMIPS: Fix macro naming in micro-assembler.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 17:03:41 +0000 (12:03 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:18 +0000 (17:55 +0200)
commitcf6d905828c2c75ebe8c818901e71e09ffe6f629
treed2656af812415c8d0cb63d0fb1ea45c12ec9c1ed
parent8fe4bb98e42945ddf2c0d47cec647ef76909e812
MIPS: microMIPS: Fix macro naming in micro-assembler.

The macros did not properly take into account the ISA that
the kernel was being compiled with. A classic MIPS kernel
will have the standard 'uasm_i_##op' macro functions with
'MM_uasm_i_##op' macro functions for the microMIPS version.
A pure microMIPS kernel will have the standard macros with
'CL_uasm_i_##op' macro functions for the classic version.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
arch/mips/include/asm/uasm.h
arch/mips/mm/uasm-mips.c