|
@@ -344,7 +344,6 @@ static void watchdog_overflow_callback(struct perf_event *event,
|
|
*/
|
|
*/
|
|
if (is_hardlockup()) {
|
|
if (is_hardlockup()) {
|
|
int this_cpu = smp_processor_id();
|
|
int this_cpu = smp_processor_id();
|
|
- struct pt_regs *regs = get_irq_regs();
|
|
|
|
|
|
|
|
/* only print hardlockups once */
|
|
/* only print hardlockups once */
|
|
if (__this_cpu_read(hard_watchdog_warn) == true)
|
|
if (__this_cpu_read(hard_watchdog_warn) == true)
|