aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-04-26 10:18:59 -0400
committerRussell King <rmk@dyn-67.arm.linux.org.uk>2005-04-26 10:18:59 -0400
commit925c8a1a8cb9d7a33a8e39516d7fb679030553fc (patch)
tree47cefc6d9eb3d8d81613e3fbd790a22d1edb23b1 /arch/arm/kernel/entry-common.S
parent1ec42c0c97186fadc48810ccaf2dc573cd957ea1 (diff)
[PATCH] ARM: pt_regs offsets
Generate pt_regs S_xx offsets from the structure itself instead of #defining them. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/entry-common.S')
-rw-r--r--arch/arm/kernel/entry-common.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S
index 0cd9f7bcaad7..55201db0f144 100644
--- a/arch/arm/kernel/entry-common.S
+++ b/arch/arm/kernel/entry-common.S
@@ -15,13 +15,6 @@
15 15
16#include "entry-header.S" 16#include "entry-header.S"
17 17
18/*
19 * We rely on the fact that R0 is at the bottom of the stack (due to
20 * slow/fast restore user regs).
21 */
22#if S_R0 != 0
23#error "Please fix"
24#endif
25 18
26 .align 5 19 .align 5
27/* 20/*