diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-09 07:48:42 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-10-09 21:55:25 -0400 |
| commit | 39e3eb7265b8698e5f607a317af13c9478274736 (patch) | |
| tree | 927b34392c7d74b38d52749c2311f6dfe7285851 /arch/ppc/kernel | |
| parent | 8de242e60a441f177dd51b323894b17d3d63e9f2 (diff) | |
[POWERPC] ARCH=ppc pt_regs fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel')
| -rw-r--r-- | arch/ppc/kernel/smp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/kernel/smp.c b/arch/ppc/kernel/smp.c index ca57e896a36c..96a55972b986 100644 --- a/arch/ppc/kernel/smp.c +++ b/arch/ppc/kernel/smp.c | |||
| @@ -84,7 +84,7 @@ smp_message_pass(int target, int msg) | |||
| 84 | /* | 84 | /* |
| 85 | * Common functions | 85 | * Common functions |
| 86 | */ | 86 | */ |
| 87 | void smp_message_recv(int msg, struct pt_regs *regs) | 87 | void smp_message_recv(int msg) |
| 88 | { | 88 | { |
| 89 | atomic_inc(&ipi_recv); | 89 | atomic_inc(&ipi_recv); |
| 90 | 90 | ||
| @@ -100,7 +100,7 @@ void smp_message_recv(int msg, struct pt_regs *regs) | |||
| 100 | break; | 100 | break; |
| 101 | #ifdef CONFIG_XMON | 101 | #ifdef CONFIG_XMON |
| 102 | case PPC_MSG_XMON_BREAK: | 102 | case PPC_MSG_XMON_BREAK: |
| 103 | xmon(regs); | 103 | xmon(get_irq_regs()); |
| 104 | break; | 104 | break; |
| 105 | #endif /* CONFIG_XMON */ | 105 | #endif /* CONFIG_XMON */ |
| 106 | default: | 106 | default: |
