diff options
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 |