-
Marcelo Tosatti authored
CPU offline path calls the hrtimer interrupt handler with interrupts disabled, without touching preempt_count, triggering this warning. Remove the warning since it is supposed to be used from hrtimer interrupt context only. Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>
Marcelo Tosatti authoredCPU offline path calls the hrtimer interrupt handler with interrupts disabled, without touching preempt_count, triggering this warning. Remove the warning since it is supposed to be used from hrtimer interrupt context only. Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>
Loading