diff mbox series

[1/3] powerpc/32: Drop a stale comment about reservation of gigantic pages

Message ID 959d77be630b9b46a7458f0fbd41dc3a94ec811a.1661938317.git.christophe.leroy@csgroup.eu (mailing list archive)
State Accepted
Headers show
Series [1/3] powerpc/32: Drop a stale comment about reservation of gigantic pages | expand

Commit Message

Christophe Leroy Aug. 31, 2022, 9:32 a.m. UTC
A comment about the reservation of gigantic pages was left in MMU_init()
after commit 79cc38ded1e1 ("powerpc/mm/hugetlb: Add support for
reserving gigantic huge pages via kernel command line")

Remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
 arch/powerpc/mm/init_32.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Michael Ellerman Sept. 9, 2022, 12:06 p.m. UTC | #1
On Wed, 31 Aug 2022 11:32:07 +0200, Christophe Leroy wrote:
> A comment about the reservation of gigantic pages was left in MMU_init()
> after commit 79cc38ded1e1 ("powerpc/mm/hugetlb: Add support for
> reserving gigantic huge pages via kernel command line")
> 
> Remove it.
> 
> 
> [...]

Applied to powerpc/next.

[1/3] powerpc/32: Drop a stale comment about reservation of gigantic pages
      https://git.kernel.org/powerpc/c/fc06755e25628ce215e9f75c1207250242dadf42
[2/3] powerpc/32: Allow fragmented physical memory
      https://git.kernel.org/powerpc/c/b0e0d68b1c52cb2c46e513011fdd53815cffefb7
[3/3] powerpc/32: Remove wii_memory_fixups()
      https://git.kernel.org/powerpc/c/0115953dcebe8858ba3d9997ba48328ebdca593f

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index 62d9af6606cd..50de41042c0a 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -82,10 +82,6 @@  void __init MMU_init(void)
 	if (ppc_md.progress)
 		ppc_md.progress("MMU:enter", 0x111);
 
-	/*
-	 * Reserve gigantic pages for hugetlb.  This MUST occur before
-	 * lowmem_end_addr is initialized below.
-	 */
 	if (memblock.memory.cnt > 1) {
 #ifndef CONFIG_WII
 		memblock_enforce_memory_limit(memblock.memory.regions[0].size);