From: Benjamin Herrenschmidt Date: Sun, 14 Dec 2008 19:44:51 +0000 (+0000) Subject: powerpc/mm: Remove flush_HPTE() X-Git-Tag: v2.6.29-rc1~574^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63837f0581fe580168ae1a7d178ded935411747;p=pandora-kernel.git powerpc/mm: Remove flush_HPTE() The function flush_HPTE() is used in only one place, the implementation of DEBUG_PAGEALLOC on ppc32. It's actually a dup of flush_tlb_page() though it's -slightly- more efficient on hash based processors. We remove it and replace it by a direct call to the hash flush code on those processors and to flush_tlb_page() for everybody else. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed