[ARM] Remove LOADREGS macro
As for RETINSTR, LOADREGS is a left-over from the 26-bit days. Remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
7999d8d7a6
commit
1b93a71755
@@ -62,17 +62,6 @@
|
||||
|
||||
#define DEFAULT_FIQ MODE_FIQ
|
||||
|
||||
/*
|
||||
* LOADREGS - ldm with PC in register list (eg, ldmfd sp!, {pc})
|
||||
*/
|
||||
#ifdef __STDC__
|
||||
#define LOADREGS(cond, base, reglist...)\
|
||||
ldm##cond base,reglist
|
||||
#else
|
||||
#define LOADREGS(cond, base, reglist...)\
|
||||
ldm/**/cond base,reglist
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Enable and disable interrupts
|
||||
*/
|
||||
|
Reference in New Issue
Block a user