Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136864
b: refs/heads/master
c: c996086
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Feb 16, 2009
1 parent f05021c commit bd40a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3d39e9d07b576ee72f2c94cfad9e618fe21763b2
refs/heads/master: c99608637eac8834d830496c462c054137772122
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/multicalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ void xen_mc_flush(void)
} else
BUG_ON(b->argidx != 0);

local_irq_restore(flags);

for (i = 0; i < b->cbidx; i++) {
struct callback *cb = &b->callbacks[i];

(*cb->fn)(cb->data);
}
b->cbidx = 0;

local_irq_restore(flags);

WARN_ON(ret);
}

Expand Down

0 comments on commit bd40a31

Please sign in to comment.