diff options
Diffstat (limited to 'arch/mips/powertv/powertv_setup.c')
-rw-r--r-- | arch/mips/powertv/powertv_setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/powertv/powertv_setup.c b/arch/mips/powertv/powertv_setup.c index af2cae0a5ab3..3933c373a438 100644 --- a/arch/mips/powertv/powertv_setup.c +++ b/arch/mips/powertv/powertv_setup.c | |||
@@ -199,14 +199,8 @@ static int panic_handler(struct notifier_block *notifier_block, | |||
199 | my_regs.cp0_status = read_c0_status(); | 199 | my_regs.cp0_status = read_c0_status(); |
200 | } | 200 | } |
201 | 201 | ||
202 | #ifdef CONFIG_DIAGNOSTICS | ||
203 | failure_report((char *) cause_string, | ||
204 | have_die_regs ? &die_regs : &my_regs); | ||
205 | have_die_regs = false; | ||
206 | #else | ||
207 | pr_crit("I'm feeling a bit sleepy. hmmmmm... perhaps a nap would... " | 202 | pr_crit("I'm feeling a bit sleepy. hmmmmm... perhaps a nap would... " |
208 | "zzzz... \n"); | 203 | "zzzz... \n"); |
209 | #endif | ||
210 | 204 | ||
211 | return NOTIFY_DONE; | 205 | return NOTIFY_DONE; |
212 | } | 206 | } |