]> Git Repo - linux.git/commit
sparc: remove ARCH_SELECT_MEMORY_MODEL
authorMike Rapoport <[email protected]>
Fri, 12 Jul 2019 03:54:31 +0000 (20:54 -0700)
committerLinus Torvalds <[email protected]>
Fri, 12 Jul 2019 18:05:42 +0000 (11:05 -0700)
commit445676071776de492624a063923736637f9eb3e8
tree5ebd0d3840e74706917613b523783943ad570419
parenta9d8777e397e3d1630377fa1d0f0dea0329057c3
sparc: remove ARCH_SELECT_MEMORY_MODEL

The ARCH_SELECT_MEMORY_MODEL option is enabled only for 64-bit.  However,
64-bit configuration also enables ARCH_SPARSEMEM_DEFAULT and there is no
ARCH_FLATMEM_ENABLE in arch/sparc/Kconfig.

With such settings, the dependencies in mm/Kconfig are always evaluated to
SPARSEMEM=y for 64-bit and to FLATMEM=y for 32-bit.

The ARCH_SELECT_MEMORY_MODEL option in arch/sparc/Kconfig does not affect
anything and can be removed.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/sparc/Kconfig
This page took 0.05214 seconds and 4 git commands to generate.