powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 29 Apr 2016 13:26:03 +0000 (23:26 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 1 May 2016 08:33:07 +0000 (18:33 +1000)
commitf5df4b4be9ae5abf748065d7f40d6027bf9af148
tree8a86633a0328cc192e1ef41cd24ddb5c78873192
parent7e381c0ff618cab3e687e953b72f59ef2a891ba9
powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c

This file now contains both hash and radix specific code. Rename it to
indicate this better.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/Makefile
arch/powerpc/mm/mmu_context_book3s64.c [new file with mode: 0644]
arch/powerpc/mm/mmu_context_hash64.c [deleted file]