Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257961
b: refs/heads/master
c: 2a6f6d0
h: refs/heads/master
i:
  257959: ccdae8f
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 18, 2011
1 parent a4843cd commit 90a3ea3
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: eac303bf2ef63e7f7b6971badea0ff7bf08a2b22
refs/heads/master: 2a6f6d095509c7dc6e9ff8d9fd9fba0b730ecce3
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/multicalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@


struct mc_buffer {
unsigned mcidx, argidx, cbidx;
struct multicall_entry entries[MC_BATCH];
#if MC_DEBUG
struct multicall_entry debug[MC_BATCH];
Expand All @@ -46,7 +47,6 @@ struct mc_buffer {
void (*fn)(void *);
void *data;
} callbacks[MC_BATCH];
unsigned mcidx, argidx, cbidx;
};

static DEFINE_PER_CPU(struct mc_buffer, mc_buffer);
Expand Down

0 comments on commit 90a3ea3

Please sign in to comment.