Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205496
b: refs/heads/master
c: 3f8afb7
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Jul 21, 2010
1 parent a805f96 commit 53323af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 468c30f2bbdf1ba0fbf16667eade23a46eaa8f06
refs/heads/master: 3f8afb77cd8a672f024e4a16763ef177bc16c8f8
4 changes: 1 addition & 3 deletions trunk/arch/x86/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,9 @@ void flush_tlb_page(struct vm_area_struct *vma, unsigned long va)

static void do_flush_tlb_all(void *info)
{
unsigned long cpu = smp_processor_id();

__flush_tlb_all();
if (percpu_read(cpu_tlbstate.state) == TLBSTATE_LAZY)
leave_mm(cpu);
leave_mm(smp_processor_id());
}

void flush_tlb_all(void)
Expand Down

0 comments on commit 53323af

Please sign in to comment.