Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: PowerTV: Removing dead CONFIG_DIAGNOSTICS

CONFIG_DIAGNOSTICS doesn't exist in Kconfig, therefore removing all
references for it from the source code.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
To: David VomLehn <dvomlehn@cisco.com>
To: Yoichi Yuasa <yuasa@linux-mips.org>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Cc: vamos@i4.informatik.uni-erlangen.de
Patchwork: https://patchwork.linux-mips.org/patch/1374/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Christoph Egger and committed by
Ralf Baechle
bc7cb377 8b284dbc

-6
-6
arch/mips/powertv/powertv_setup.c
··· 199 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 202 pr_crit("I'm feeling a bit sleepy. hmmmmm... perhaps a nap would... " 208 203 "zzzz... \n"); 209 - #endif 210 204 211 205 return NOTIFY_DONE; 212 206 }