Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98392
b: refs/heads/master
c: 4653938
h: refs/heads/master
v: v3
  • Loading branch information
Isaku Yamahata authored and Ingo Molnar committed Jun 20, 2008
1 parent 0569ad4 commit 11f3f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54481cf88bc59923ea30f2ca345a73c60155e901
refs/heads/master: 46539383791a0e59a4af7412056dfbfc5240af0a
2 changes: 1 addition & 1 deletion trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ void xen_evtchn_do_upcall(struct pt_regs *regs)

#ifndef CONFIG_X86 /* No need for a barrier -- XCHG is a barrier on x86. */
/* Clear master flag /before/ clearing selector flag. */
rmb();
wmb();
#endif
pending_words = xchg(&vcpu_info->evtchn_pending_sel, 0);
while (pending_words != 0) {
Expand Down

0 comments on commit 11f3f7f

Please sign in to comment.