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:
1c6969e
)
xen/events: use locked set|clear_bit() for cpu_evtchn_mask
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Tue, 16 Nov 2010 22:56:47 +0000
(14:56 -0800)
committer
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Tue, 16 Nov 2010 22:58:50 +0000
(14:58 -0800)
The per-cpu event channel masks can be updated unlocked from multiple
CPUs, so use the locked variant.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found