git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3c8a1
)
x86: kvmclock: remove check_and_clear_guest_paused warning
author
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 12 Jun 2012 02:18:33 +0000
(23:18 -0300)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 12 Jun 2012 02:18:33 +0000
(23:18 -0300)
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>
No differences found