]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: kvmclock: remove check_and_clear_guest_paused warning
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 12 Jun 2012 02:18:33 +0000 (23:18 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 12 Jun 2012 02:18:33 +0000 (23:18 -0300)
commite32025a56403df4386cd61a741c0a36afe79ae8a
treee0f501841181c2bb4f920a1d1d2a94a1455fb691
parent4e3c8a1b1c63482403e9d5e3148dee1a711e4b91
x86: kvmclock: remove check_and_clear_guest_paused warning

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>
arch/x86/kernel/kvmclock.c