[ARM] Remove RETINSTR macro
RETINSTR is a left-over from the days when we had 26-bit and 32-bit CPU support integrated into the same tree. Since this is no longer the case, we can now remove RETINSTR. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
dfd8317d33
commit
7999d8d7a6
@ -73,12 +73,6 @@
|
||||
ldm/**/cond base,reglist
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Build a return instruction for this processor type.
|
||||
*/
|
||||
#define RETINSTR(instr, regs...)\
|
||||
instr regs
|
||||
|
||||
/*
|
||||
* Enable and disable interrupts
|
||||
*/
|
||||
|
Reference in New Issue
Block a user