Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74995
b: refs/heads/master
c: 421d991
h: refs/heads/master
i:
  74993: 202e0e9
  74991: b4c0f22
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Dec 18, 2007
1 parent 6681f30 commit ee95474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3811dbf67162bd08412f1b0e02e554f353e93bdb
refs/heads/master: 421d99193537a6522aac2148286f08792167d5fd
4 changes: 4 additions & 0 deletions trunk/include/asm-generic/tlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define _ASM_GENERIC__TLB_H

#include <linux/swap.h>
#include <linux/quicklist.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>

Expand Down Expand Up @@ -85,6 +86,9 @@ tlb_flush_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end)
static inline void
tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end)
{
#ifdef CONFIG_QUICKLIST
tlb->need_flush += &__get_cpu_var(quicklist)[0].nr_pages != 0;
#endif
tlb_flush_mmu(tlb, start, end);

/* keep the page table cache within bounds */
Expand Down

0 comments on commit ee95474

Please sign in to comment.