From: Hugh Dickins Date: Thu, 17 May 2007 05:11:18 +0000 (-0700) Subject: i386: don't check_pgt_cache in flush_tlb_mm X-Git-Tag: v2.6.22-rc2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb49b32fece7910fbb02a6934bca4495596f6c8c;p=pandora-kernel.git i386: don't check_pgt_cache in flush_tlb_mm No other architecture calls check_pgt_cache() from within flush_tlb_mm(), and i386 is already calling check_pgt_cache() from the usual places, tlb_finish_mmu() and cpu_idle() (the latter being odd, but not unusual). flush_tlb_mm() has no business to be freeing pages: remove that line, which sneaked in with slub's i386 support. Signed-off-by: Hugh Dickins Cc: Andi Kleen Acked-by: Christoph Lameter Acked-by: William Lee Irwin III Cc: David Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed