mbox series

[0/2] x86/Kconfig: deprecate DISCONTIGMEM support for 32-bit

Message ID 1556112252-9339-1-git-send-email-rppt@linux.ibm.com (mailing list archive)
Headers show
Series x86/Kconfig: deprecate DISCONTIGMEM support for 32-bit | expand

Message

Mike Rapoport April 24, 2019, 1:24 p.m. UTC
Hi,

During the recent discussion [1] about DISCONTIGMEM being effectively
deprecated, Christoph suggested to mark it as BROKEN for x86-32.

These patches follow that suggestion and make SPARSEMEM the default for
X86_32 && NUMA and mark DISCONTIGMEM as BROKEN.

[1] https://lore.kernel.org/lkml/20190423071354.GB12114@infradead.org/

Mike Rapoport (2):
  x86/Kconfig: make SPARSEMEM default for 32-bit
  x86/Kconfig: deprecate DISCONTIGMEM support for 32-bit

 arch/x86/Kconfig | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)