File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ static DEFINE_PER_CPU(struct hrtimer, watchdog_hrtimer);
173
173
static DEFINE_PER_CPU (bool , softlockup_touch_sync ) ;
174
174
static DEFINE_PER_CPU (bool , soft_watchdog_warn ) ;
175
175
static DEFINE_PER_CPU (unsigned long, hrtimer_interrupts ) ;
176
- static DEFINE_PER_CPU (unsigned long, soft_lockup_hrtimer_cnt ) ;
177
176
static DEFINE_PER_CPU (struct task_struct * , softlockup_task_ptr_saved ) ;
178
177
static DEFINE_PER_CPU (unsigned long, hrtimer_interrupts_saved ) ;
179
178
static unsigned long soft_lockup_nmi_warn ;
@@ -350,8 +349,6 @@ static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);
350
349
*/
351
350
static int softlockup_fn (void * data )
352
351
{
353
- __this_cpu_write (soft_lockup_hrtimer_cnt ,
354
- __this_cpu_read (hrtimer_interrupts ));
355
352
__touch_watchdog ();
356
353
complete (this_cpu_ptr (& softlockup_completion ));
357
354
You can’t perform that action at this time.
0 commit comments