From: Markos Chandras Date: Tue, 18 Nov 2014 15:02:32 +0000 (+0000) Subject: MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5136988e25ae0dc8379fcb937efc63d87aba9e;p=pandora-kernel.git MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations There are certain places where the code uses .set mips32 or .set mips64 or .set arch=r4000. In preparation of MIPS R6 support, and in order to use as less #ifdefs as possible, we define new macros to set similar annotations for MIPS R6. Signed-off-by: Markos Chandras --- Reading git-diff-tree failed