mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [obsolete] mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu.patch removed from -mm tree
@ 2013-06-06 21:24 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-06-06 21:24 UTC (permalink / raw)
  To: mm-commits, vgupta, rientjes, riel, peterz, mgorman, hughd,
	Vineet.Gupta1

Subject: [obsolete] mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu.patch removed from -mm tree
To: Vineet.Gupta1@synopsys.com,hughd@google.com,mgorman@suse.de,peterz@infradead.org,riel@redhat.com,rientjes@google.com,vgupta@synopsys.com,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Thu, 06 Jun 2013 14:24:33 -0700


The patch titled
     Subject: mm: tlb_fast_mode check missing in tlb_finish_mmu()
has been removed from the -mm tree.  Its filename was
     mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu.patch

This patch was dropped because it is obsolete

------------------------------------------------------
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Subject: mm: tlb_fast_mode check missing in tlb_finish_mmu()

This removes some unused generated code for tlb_fast_mode() == true

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Hugh Dickins <hughd@google.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memory.c |    3 +++
 1 file changed, 3 insertions(+)

diff -puN mm/memory.c~mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu mm/memory.c
--- a/mm/memory.c~mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu
+++ a/mm/memory.c
@@ -267,6 +267,9 @@ void tlb_finish_mmu(struct mmu_gather *t
 	/* keep the page table cache within bounds */
 	check_pgt_cache();
 
+	if (tlb_fast_mode(tlb))
+		return;
+
 	for (batch = tlb->local.next; batch; batch = next) {
 		next = batch->next;
 		free_pages((unsigned long)batch, 0);
_

Patches currently in -mm which might be from Vineet.Gupta1@synopsys.com are

mm-fix-the-tlb-range-flushed-when-__tlb_remove_page-runs-out-of-slots.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-06 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06 21:24 [obsolete] mm-tlb_fast_mode-check-missing-in-tlb_finish_mmu.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).