[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ
DEFAULT_FIQ was entirely unused. MODE_* are just redefinitions of *_MODE. Use *_MODE instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
405040a78b
commit
801194e3bc
@@ -55,13 +55,6 @@
|
||||
#define PLD(code...)
|
||||
#endif
|
||||
|
||||
#define MODE_USR USR_MODE
|
||||
#define MODE_FIQ FIQ_MODE
|
||||
#define MODE_IRQ IRQ_MODE
|
||||
#define MODE_SVC SVC_MODE
|
||||
|
||||
#define DEFAULT_FIQ MODE_FIQ
|
||||
|
||||
/*
|
||||
* Enable and disable interrupts
|
||||
*/
|
||||
|
Reference in New Issue
Block a user