aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-06-25 06:23:45 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-25 06:23:45 -0400
commit1b93a71755f2b15450b3e3045dab58a633e37b18 (patch)
tree0d19367dbea9d083f9e374a21a8e82595392de98 /include/asm-arm
parent7999d8d7a611bee902446939952859caf1367c25 (diff)
[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>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/assembler.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-arm/assembler.h b/include/asm-arm/assembler.h
index 930dd905f1eb..add451ab8947 100644
--- a/include/asm-arm/assembler.h
+++ b/include/asm-arm/assembler.h
@@ -63,17 +63,6 @@
63#define DEFAULT_FIQ MODE_FIQ 63#define DEFAULT_FIQ MODE_FIQ
64 64
65/* 65/*
66 * LOADREGS - ldm with PC in register list (eg, ldmfd sp!, {pc})
67 */
68#ifdef __STDC__
69#define LOADREGS(cond, base, reglist...)\
70 ldm##cond base,reglist
71#else
72#define LOADREGS(cond, base, reglist...)\
73 ldm/**/cond base,reglist
74#endif
75
76/*
77 * Enable and disable interrupts 66 * Enable and disable interrupts
78 */ 67 */
79#if __LINUX_ARM_ARCH__ >= 6 68#if __LINUX_ARM_ARCH__ >= 6