]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
remove frv usage of flush_tlb_pgtables()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 16 Oct 2007 08:26:28 +0000 (01:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:03 +0000 (09:43 -0700)
commitef0fce855677cc64c82331c0f6fd99fa526b95c2
tree1d8fcccaa3de6f08786aea5d28847573c39b4602
parentbde631a51876f23e9bbdce43f02b7232502c151e
remove frv usage of flush_tlb_pgtables()

frv is the last user in the tree of that dubious hook, and it's my
understanding that it's not even needed.  It's only called by memory.c
free_pgd_range() which is always called within an mmu_gather, and
tlb_flush() on frv will do a flush_tlb_mm(), which from my reading of the
code, seems to do what flush_tlb_ptables() does, which is to clear the
cached PGE.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-By: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-frv/tlbflush.h