diff options
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
| -rw-r--r-- | arch/powerpc/kernel/traps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index 76b579ca5230..6c793463d511 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
| @@ -901,12 +901,10 @@ void altivec_unavailable_exception(struct pt_regs *regs) | |||
| 901 | die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); | 901 | die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); |
| 902 | } | 902 | } |
| 903 | 903 | ||
| 904 | #if defined(CONFIG_PPC64) || defined(CONFIG_E500) | ||
| 905 | void performance_monitor_exception(struct pt_regs *regs) | 904 | void performance_monitor_exception(struct pt_regs *regs) |
| 906 | { | 905 | { |
| 907 | perf_irq(regs); | 906 | perf_irq(regs); |
| 908 | } | 907 | } |
| 909 | #endif | ||
| 910 | 908 | ||
| 911 | #ifdef CONFIG_8xx | 909 | #ifdef CONFIG_8xx |
| 912 | void SoftwareEmulation(struct pt_regs *regs) | 910 | void SoftwareEmulation(struct pt_regs *regs) |
