Re: [RFC PATCH v4 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD

2024-05-29 Thread Oscar Salvador
On Mon, May 27, 2024 at 03:30:14PM +0200, Christophe Leroy wrote: > powerpc was the only user of CONFIG_ARCH_HAS_HUGEPD and doesn't > use it anymore, so remove all related code. > > Signed-off-by: Christophe Leroy > --- > v4: Rebased on v6.10-rc1 > --- > arch/powerpc/mm/hugetlbpage.c | 1 - >

Re: [RFC PATCH v4 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD

2024-05-29 Thread Oscar Salvador
On Mon, May 27, 2024 at 03:30:14PM +0200, Christophe Leroy wrote: > powerpc was the only user of CONFIG_ARCH_HAS_HUGEPD and doesn't > use it anymore, so remove all related code. > > Signed-off-by: Christophe Leroy Acked-by: Oscar Salvador -- Oscar Salvador SUSE Labs

[RFC PATCH v4 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD

2024-05-27 Thread Christophe Leroy
powerpc was the only user of CONFIG_ARCH_HAS_HUGEPD and doesn't use it anymore, so remove all related code. Signed-off-by: Christophe Leroy --- v4: Rebased on v6.10-rc1 --- arch/powerpc/mm/hugetlbpage.c | 1 - include/linux/hugetlb.h | 6 -- mm/Kconfig| 10 --