]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 18 Nov 2014 15:02:32 +0000 (15:02 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:14 +0000 (15:37 +0000)
commit3288c881ab1674f92cca015ead4db4cb33b02bc5
treec948e2a2428578e8b25490775a66ff0a573bb993
parent8eee597ebc028b00b3603e955b13a3e1af80ecb6
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 <markos.chandras@imgtec.com>
arch/mips/include/asm/compiler.h