Benjamin Herrenschmidt f63837f058 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 <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-12-16 15:53:34 +11:00
..
2007-10-12 14:05:17 +10:00
2008-12-16 14:38:58 +11:00
2007-05-21 09:18:19 -07:00
2008-12-16 15:53:34 +11:00
2008-12-16 15:53:34 +11:00
2008-07-24 10:47:15 -07:00
2008-07-16 11:07:59 +10:00