Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234903
b: refs/heads/master
c: 25542c6
h: refs/heads/master
i:
  234901: c1c1703
  234899: edb1b3c
  234895: 29063e0
v: v3
  • Loading branch information
Xiao Guangrong authored and Ingo Molnar committed Mar 15, 2011
1 parent 857a92e commit 21ffc21
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8460b3e5bc64955aeefdd8357b3bf7b5ff79b3f2
refs/heads/master: 25542c646afbf14c43fa7d2b443055cadb73b07a
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,10 @@ void native_flush_tlb_others(const struct cpumask *cpumask,
if (is_uv_system()) {
unsigned int cpu;

cpu = get_cpu();
cpu = smp_processor_id();
cpumask = uv_flush_tlb_others(cpumask, mm, va, cpu);
if (cpumask)
flush_tlb_others_ipi(cpumask, mm, va);
put_cpu();
return;
}
flush_tlb_others_ipi(cpumask, mm, va);
Expand Down

0 comments on commit 21ffc21

Please sign in to comment.