powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 14 Dec 2008 19:44:39 +0000 (19:44 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 16 Dec 2008 04:53:30 +0000 (15:53 +1100)
commite41e811a79a4e328005be2744c3076ebde455088
tree9f5bea9ce50284d05a3abbe6573b74185c14c65e
parent1a37a3fd7f12d8f9f720cceec84e23152e116668
powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c

This renames the files to clarify the fact that they are used by
the hash based family of CPUs (the 603 being an exception in that
family but is still handled by that code).

This paves the way for the new tlb_nohash.c coming via a subsequent
commit.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/Makefile
arch/powerpc/mm/tlb_hash32.c [moved from arch/powerpc/mm/tlb_32.c with 100% similarity]
arch/powerpc/mm/tlb_hash64.c [moved from arch/powerpc/mm/tlb_64.c with 100% similarity]