Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145829
b: refs/heads/master
c: 8de07bb
h: refs/heads/master
i:
  145827: a14d25e
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Mar 30, 2009
1 parent c722e91 commit 832b6c0
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: 4185f35404dc96f8525298c7c548aee419f3b3f4
refs/heads/master: 8de07bbdede03598801cf33ab23dcbcd28a918d2
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,8 @@ static void xen_flush_tlb_others(const struct cpumask *cpus,
} *args;
struct multicall_space mcs;

BUG_ON(cpumask_empty(cpus));
BUG_ON(!mm);
if (cpumask_empty(cpus))
return; /* nothing to do */

mcs = xen_mc_entry(sizeof(*args));
args = mcs.args;
Expand Down

0 comments on commit 832b6c0

Please sign in to comment.