diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2020-02-23 10:43:22 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-05-28 18:34:30 +0200 |
commit | 431732651cc16caebcd334b7b7476bfe0c4a2903 (patch) | |
tree | 9e5e10ff7d712c692c5d2957d8d780c013452089 /arch/x86/Kconfig | |
parent | x86/apb_timer: Drop unused declaration and macro (diff) | |
download | linux-431732651cc16caebcd334b7b7476bfe0c4a2903.tar.xz linux-431732651cc16caebcd334b7b7476bfe0c4a2903.zip |
x86/mm: Drop deprecated DISCONTIGMEM support for 32-bit
The DISCONTIGMEM support was marked as deprecated in v5.2 and since there
were no complaints about it for almost 5 releases it can be completely
removed.
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20200223094322.15206-1-rppt@kernel.org
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d6104ea8af0..f0aa19469d4b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1610,19 +1610,10 @@ config NODES_SHIFT Specify the maximum number of NUMA Nodes available on the target system. Increases memory reserved to accommodate various tables. -config ARCH_HAVE_MEMORY_PRESENT - def_bool y - depends on X86_32 && DISCONTIGMEM - config ARCH_FLATMEM_ENABLE def_bool y depends on X86_32 && !NUMA -config ARCH_DISCONTIGMEM_ENABLE - def_bool n - depends on NUMA && X86_32 - depends on BROKEN - config ARCH_SPARSEMEM_ENABLE def_bool y depends on X86_64 || NUMA || X86_32 || X86_32_NON_STANDARD |