]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
authorNicholas Piggin <npiggin@gmail.com>
Wed, 1 Dec 2021 14:41:45 +0000 (00:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Dec 2021 11:57:23 +0000 (22:57 +1100)
commit9d8cb217b4b53a308c5fca6e97230d523e731655
tree11f26593f3478f885de2ecc3f2c745873a21dd14
parent04e63b69fb1a794dbe4004f4c0a9eaead8d3d873
powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c

This file contains functions and data common to radix, so rename it to
remove the hash_ prefix.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211201144153.2456614-11-npiggin@gmail.com
arch/powerpc/mm/book3s64/Makefile
arch/powerpc/mm/book3s64/hash_hugetlbpage.c [deleted file]
arch/powerpc/mm/book3s64/hugetlbpage.c [new file with mode: 0644]