diff options
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 @@ | |||
8 | #include <asm/arch/irqs.h> | 8 | #include <asm/arch/irqs.h> |
9 | #include <asm/arch/entry-macro.S> | 9 | #include <asm/arch/entry-macro.S> |
10 | 10 | ||
11 | #ifndef MODE_SVC | ||
12 | #define MODE_SVC 0x13 | ||
13 | #endif | ||
14 | |||
15 | .macro zero_fp | 11 | .macro zero_fp |
16 | #ifdef CONFIG_FRAME_POINTER | 12 | #ifdef CONFIG_FRAME_POINTER |
17 | mov fp, #0 | 13 | mov fp, #0 |