diff options
Diffstat (limited to 'arch/powerpc/kernel/ppc_save_regs.S')
-rw-r--r-- | arch/powerpc/kernel/ppc_save_regs.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/ppc_save_regs.S b/arch/powerpc/kernel/ppc_save_regs.S index 5113bd2285e1..1b1787d52896 100644 --- a/arch/powerpc/kernel/ppc_save_regs.S +++ b/arch/powerpc/kernel/ppc_save_regs.S | |||
@@ -11,10 +11,11 @@ | |||
11 | #include <asm/processor.h> | 11 | #include <asm/processor.h> |
12 | #include <asm/ppc_asm.h> | 12 | #include <asm/ppc_asm.h> |
13 | #include <asm/asm-offsets.h> | 13 | #include <asm/asm-offsets.h> |
14 | #include <asm/ptrace.h> | ||
14 | 15 | ||
15 | /* | 16 | /* |
16 | * Grab the register values as they are now. | 17 | * Grab the register values as they are now. |
17 | * This won't do a particularily good job because we really | 18 | * This won't do a particularly good job because we really |
18 | * want our caller's caller's registers, and our caller has | 19 | * want our caller's caller's registers, and our caller has |
19 | * already executed its prologue. | 20 | * already executed its prologue. |
20 | * ToDo: We could reach back into the caller's save area to do | 21 | * ToDo: We could reach back into the caller's save area to do |