diff options
Diffstat (limited to 'arch/um/sys-ppc/sysrq.c')
| -rw-r--r-- | arch/um/sys-ppc/sysrq.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/um/sys-ppc/sysrq.c b/arch/um/sys-ppc/sysrq.c index 82d6e9335bb6..2f816f1a0ff4 100644 --- a/arch/um/sys-ppc/sysrq.c +++ b/arch/um/sys-ppc/sysrq.c | |||
| @@ -27,17 +27,5 @@ void show_regs(struct pt_regs_subarch *regs) | |||
| 27 | 0xffff & regs->xds, 0xffff & regs->xes); | 27 | 0xffff & regs->xds, 0xffff & regs->xes); |
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | show_trace(®s->gpr[1]); | 30 | show_trace(current, ®s->gpr[1]); |
| 31 | } | 31 | } |
| 32 | |||
| 33 | |||
| 34 | /* | ||
| 35 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
| 36 | * Emacs will notice this stuff at the end of the file and automatically | ||
| 37 | * adjust the settings for this buffer only. This must remain at the end | ||
| 38 | * of the file. | ||
| 39 | * --------------------------------------------------------------------------- | ||
| 40 | * Local variables: | ||
| 41 | * c-file-style: "linux" | ||
| 42 | * End: | ||
| 43 | */ | ||
