diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-04-26 16:19:48 +0200 |
---|---|---|
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-04-26 16:19:48 +0200 |
commit | acaca3c91536491119e97d428c1da935f411cc9a (patch) | |
tree | 212c1193f17d263b25df6f7ce636608c5c52508b /arch/arm/kernel/entry-header.S | |
parent | [PATCH] ARM: Use __NR_SYSCALL_BASE and __ARM_NR_BASE in asm code (diff) | |
download | linux-acaca3c91536491119e97d428c1da935f411cc9a.tar.xz linux-acaca3c91536491119e97d428c1da935f411cc9a.zip |
[PATCH] ARM: Remove SVC_MODE definition
SVC_MODE reflects the MODE_SVC definition in asm/ptrace.h. Use
the asm/ptrace.h definition instead, and remove SVC_MODE.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/entry-header.S')
-rw-r--r-- | arch/arm/kernel/entry-header.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index 0eb7fc935e21..5d8a8451629a 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S @@ -8,10 +8,6 @@ #include <asm/arch/irqs.h> #include <asm/arch/entry-macro.S> -#ifndef MODE_SVC -#define MODE_SVC 0x13 -#endif - .macro zero_fp #ifdef CONFIG_FRAME_POINTER mov fp, #0 |