Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257958
b: refs/heads/master
c: ffc7876
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 18, 2011
1 parent e15e2b2 commit 4672cd8
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: bc7fe1d977734efe6059d6d537b439135ad4a34c
refs/heads/master: ffc78767f2ac5b8007aeb366e748c8dd8b8bc3a3
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/multicalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define MC_BATCH 32

#define MC_DEBUG 1
#define MC_DEBUG 0

#define MC_ARGS (MC_BATCH * 16)

Expand Down Expand Up @@ -132,7 +132,7 @@ struct multicall_space __xen_mc_entry(size_t args)
}

ret.mc = &b->entries[b->mcidx];
#ifdef MC_DEBUG
#if MC_DEBUG
b->caller[b->mcidx] = __builtin_return_address(0);
#endif
b->mcidx++;
Expand Down

0 comments on commit 4672cd8

Please sign in to comment.