From: Marcelo Tosatti Date: Tue, 12 Jun 2012 02:18:33 +0000 (-0300) Subject: x86: kvmclock: remove check_and_clear_guest_paused warning X-Git-Tag: v3.5-rc3~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32025a56403df4386cd61a741c0a36afe79ae8a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed