From b06469014c293a9695ffa6716850aac4f59b2bb2 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Wed, 26 Dec 2007 12:43:01 -0800 Subject: [PATCH] --- yaml --- r: 75206 b: refs/heads/master c: 49eaaa1a6c950e7a92c4386c199b8ec950f840b9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-generic/tlb.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 45f0ab8e7ae8..2d440cdb4b14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11ee29577cc1637f94d903a6ea322cf1ed8ce1b3 +refs/heads/master: 49eaaa1a6c950e7a92c4386c199b8ec950f840b9 diff --git a/trunk/include/asm-generic/tlb.h b/trunk/include/asm-generic/tlb.h index 799307eea40f..75f2bfab614f 100644 --- a/trunk/include/asm-generic/tlb.h +++ b/trunk/include/asm-generic/tlb.h @@ -86,9 +86,6 @@ 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 */