diff options
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
| -rw-r--r-- | arch/powerpc/kernel/traps.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index 07e5ee40b870..0578f8387603 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | #include <asm/io.h> | 39 | #include <asm/io.h> |
| 40 | #include <asm/machdep.h> | 40 | #include <asm/machdep.h> |
| 41 | #include <asm/rtas.h> | 41 | #include <asm/rtas.h> |
| 42 | #include <asm/xmon.h> | ||
| 43 | #include <asm/pmc.h> | 42 | #include <asm/pmc.h> |
| 44 | #ifdef CONFIG_PPC32 | 43 | #ifdef CONFIG_PPC32 |
| 45 | #include <asm/reg.h> | 44 | #include <asm/reg.h> |
| @@ -748,22 +747,12 @@ static int check_bug_trap(struct pt_regs *regs) | |||
| 748 | return 0; | 747 | return 0; |
| 749 | if (bug->line & BUG_WARNING_TRAP) { | 748 | if (bug->line & BUG_WARNING_TRAP) { |
| 750 | /* this is a WARN_ON rather than BUG/BUG_ON */ | 749 | /* this is a WARN_ON rather than BUG/BUG_ON */ |
| 751 | #ifdef CONFIG_XMON | ||
| 752 | xmon_printf(KERN_ERR "Badness in %s at %s:%ld\n", | ||
| 753 | bug->function, bug->file, | ||
| 754 | bug->line & ~BUG_WARNING_TRAP); | ||
| 755 | #endif /* CONFIG_XMON */ | ||
| 756 | printk(KERN_ERR "Badness in %s at %s:%ld\n", | 750 | printk(KERN_ERR "Badness in %s at %s:%ld\n", |
| 757 | bug->function, bug->file, | 751 | bug->function, bug->file, |
| 758 | bug->line & ~BUG_WARNING_TRAP); | 752 | bug->line & ~BUG_WARNING_TRAP); |
| 759 | dump_stack(); | 753 | dump_stack(); |
| 760 | return 1; | 754 | return 1; |
| 761 | } | 755 | } |
| 762 | #ifdef CONFIG_XMON | ||
| 763 | xmon_printf(KERN_CRIT "kernel BUG in %s at %s:%ld!\n", | ||
| 764 | bug->function, bug->file, bug->line); | ||
| 765 | xmon(regs); | ||
| 766 | #endif /* CONFIG_XMON */ | ||
| 767 | printk(KERN_CRIT "kernel BUG in %s at %s:%ld!\n", | 756 | printk(KERN_CRIT "kernel BUG in %s at %s:%ld!\n", |
| 768 | bug->function, bug->file, bug->line); | 757 | bug->function, bug->file, bug->line); |
| 769 | 758 | ||
| @@ -898,10 +887,6 @@ void altivec_unavailable_exception(struct pt_regs *regs) | |||
| 898 | die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); | 887 | die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); |
| 899 | } | 888 | } |
| 900 | 889 | ||
| 901 | #ifdef CONFIG_PPC64 | ||
| 902 | extern perf_irq_t perf_irq; | ||
| 903 | #endif | ||
| 904 | |||
| 905 | #if defined(CONFIG_PPC64) || defined(CONFIG_E500) | 890 | #if defined(CONFIG_PPC64) || defined(CONFIG_E500) |
| 906 | void performance_monitor_exception(struct pt_regs *regs) | 891 | void performance_monitor_exception(struct pt_regs *regs) |
| 907 | { | 892 | { |
