From: Steven J. Hill Date: Mon, 25 Mar 2013 17:03:41 +0000 (-0500) Subject: MIPS: microMIPS: Fix macro naming in micro-assembler. X-Git-Tag: v3.10-rc1~15^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6d905828c2c75ebe8c818901e71e09ffe6f629;p=pandora-kernel.git 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 --- Reading git-diff-tree failed