]> git.baikalelectronics.ru Git - kernel.git/commit
arch/Kconfig: Drop references to powerpc PAGE_SIZE symbols
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 5 May 2022 12:51:23 +0000 (22:51 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:28 +0000 (15:58 +1000)
commit2c867970ee92488b34ffe651f7130ee392146d87
treee3dda6023098c8fe7aa9e042b5e1c225468af472
parent91bbfdae2900fca4006a46758d2d018041c365f6
arch/Kconfig: Drop references to powerpc PAGE_SIZE symbols

In the previous commit powerpc added PAGE_SIZE related config symbols
using the generic names.

So there's no need to refer to them in the definition of
PAGE_SIZE_LESS_THAN_64KB etc, the negative dependency on the generic
symbol is sufficient (in this case !PAGE_SIZE_64KB).

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220505125123.2088143-2-mpe@ellerman.id.au
arch/Kconfig