[PATCH 8/16] powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c
Kumar Gala
kumar.gala at freescale.com
Tue Dec 16 07:36:58 EST 2008
On Dec 14, 2008, at 11:44 PM, Benjamin Herrenschmidt wrote:
> 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
> patch.
>
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> ---
>
> arch/powerpc/mm/Makefile | 2
> arch/powerpc/mm/tlb_32.c | 190
> --------------------------------------
> arch/powerpc/mm/tlb_64.c | 211
> -------------------------------------------
> arch/powerpc/mm/tlb_hash32.c | 190 +++++++++++++++++++++++++++++++++
> +++++
> arch/powerpc/mm/tlb_hash64.c | 211 +++++++++++++++++++++++++++++++++
> ++++++++++
> 5 files changed, 402 insertions(+), 402 deletions(-)
Acked-by: Kumar Gala <galak at kernel.crashing.org>
(I'm told git-format-patch -M is useful for such patches)
- k
More information about the Linuxppc-dev
mailing list