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:
0edce91
)
xen/evtchn: remove spurious barrier
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Sat, 19 Sep 2009 00:13:41 +0000
(17:13 -0700)
committer
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Sat, 19 Sep 2009 00:13:41 +0000
(17:13 -0700)
evtchn_unbind_from_user() is called under a lock, so there's no need to
worry about the ordering of unbind_from_irqhandler vs clearing the port
per-user data.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found