commit | e32025a56403df4386cd61a741c0a36afe79ae8a | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Mon Jun 11 23:18:33 2012 -0300 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Jun 11 23:18:33 2012 -0300 |
tree | e0f501841181c2bb4f920a1d1d2a94a1455fb691 | |
parent | 4e3c8a1b1c63482403e9d5e3148dee1a711e4b91 [diff] |
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>