Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136391
b: refs/heads/master
c: 54da5b3
h: refs/heads/master
i:
  136389: e8ca2e0
  136387: 2faaaaa
  136383: 77a03d9
v: v3
  • Loading branch information
Ingo Molnar committed Jan 15, 2009
1 parent c4560fb commit e22dc92
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d2287f5ebea9ff2487d614719775f0b03fce15f6
refs/heads/master: 54da5b3d44238eeb7417bacf792fb416d473bf4d
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/tlb_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ static void flush_tlb_others_ipi(const struct cpumask *cpumask,
* We have to send the IPI only to
* CPUs affected.
*/
send_IPI_mask(f->flush_cpumask, INVALIDATE_TLB_VECTOR_START + sender);
send_IPI_mask(to_cpumask(f->flush_cpumask),
INVALIDATE_TLB_VECTOR_START + sender);

while (!cpumask_empty(to_cpumask(f->flush_cpumask)))
cpu_relax();
Expand Down

0 comments on commit e22dc92

Please sign in to comment.