]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/mm/64s: Move THP reqs into a separate symbol
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 23 Aug 2024 03:29:10 +0000 (13:29 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 5 Sep 2024 12:29:57 +0000 (22:29 +1000)
commitf61d413a1c1feaa4cd04fca840564ab90124bec4
tree1b0bb6cb096d84a53ada04733b581c7d37c4c563
parent8589cdf0cf0b0a03d2285fc46ada2f28113f8620
powerpc/mm/64s: Move THP reqs into a separate symbol

Move the Kconfig symbols related to transparent hugepages (THP) under a
separate config symbol, separate from CONFIG_PPC_BOOK3S_64.

The new symbol is automatically enabled if CONFIG_PPC_BOOK3S_64 is
enabled, so there is no behaviour change, except for the existence of
the new PPC_THP symbol.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240823032911.1238471-1-mpe@ellerman.id.au
arch/powerpc/platforms/Kconfig.cputype