Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257959
b: refs/heads/master
c: 4a7b005
h: refs/heads/master
i:
  257957: e15e2b2
  257955: 4a23862
  257951: 5953488
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 18, 2011
1 parent 4672cd8 commit ccdae8f
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: ffc78767f2ac5b8007aeb366e748c8dd8b8bc3a3
refs/heads/master: 4a7b005dbfa554e7cc7fbc08e0299a9b7a91ef3b
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/multicalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ struct multicall_space __xen_mc_entry(size_t args)
BUG_ON(preemptible());
BUG_ON(b->argidx >= MC_ARGS);

if (b->mcidx == MC_BATCH ||
(argidx + args) >= MC_ARGS) {
if (unlikely(b->mcidx == MC_BATCH ||
(argidx + args) >= MC_ARGS)) {
trace_xen_mc_flush_reason((b->mcidx == MC_BATCH) ?
XEN_MC_FL_BATCH : XEN_MC_FL_ARGS);
xen_mc_flush();
Expand Down

0 comments on commit ccdae8f

Please sign in to comment.