diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-04-17 00:34:59 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-18 01:37:18 -0400 |
commit | ec2b36b9f23cfbbe94d89724b796b44fd57d5221 (patch) | |
tree | e0768000b44ffecf44882cd1d13c8b27f34fe91f /arch/powerpc/kernel/entry_64.S | |
parent | f4ac7b5eb79ef15819c966b1f6b84bf443949123 (diff) |
[POWERPC] Move stackframe definitions to common header
This moves various definitions used all over the place to parse stack
frames to ptrace.h so only one definition is needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/entry_64.S')
-rw-r--r-- | arch/powerpc/kernel/entry_64.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index 148a3547c9aa..13019845536b 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <asm/cputable.h> | 29 | #include <asm/cputable.h> |
30 | #include <asm/firmware.h> | 30 | #include <asm/firmware.h> |
31 | #include <asm/bug.h> | 31 | #include <asm/bug.h> |
32 | #include <asm/ptrace.h> | ||
32 | 33 | ||
33 | /* | 34 | /* |
34 | * System calls. | 35 | * System calls. |
@@ -39,7 +40,7 @@ | |||
39 | 40 | ||
40 | /* This value is used to mark exception frames on the stack. */ | 41 | /* This value is used to mark exception frames on the stack. */ |
41 | exception_marker: | 42 | exception_marker: |
42 | .tc ID_72656773_68657265[TC],0x7265677368657265 | 43 | .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER |
43 | 44 | ||
44 | .section ".text" | 45 | .section ".text" |
45 | .align 7 | 46 | .align 7 |