diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-04-06 08:47:35 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-04-14 08:28:58 -0400 |
commit | 302616911da8e868d3f1a00dce517ca30b0e065d (patch) | |
tree | 14e692e895abe41a2e60e07bb98d41b78848637f /arch/x86/Kconfig | |
parent | a6fca40f1d7f3e232c9de27c1cebbb9f787fbc4f (diff) |
x86: Drop obsolete ARCH_BOOTMEM support
x86 unconditionally uses NO_BOOTMEM so there is no use
of the HAVE_ARCH_BOOTMEM support as mm/bootmem.c is the
only file referencing this symbol.
bootmem_arch_preferred_node() is the function referred
in the mm/bootmem.c code and can thuis be dropped too.
x86 was the sole user of HAVE_ARCH_BOOTMEM - so there is
an opportunity to clean up a little in mm/bootmem.c too
if we do not expect other users to emerge.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/20120406124735.GA6920@merkur.ravnborg.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5bed94e189fa..a105ee75bd85 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1255,10 +1255,6 @@ config NODES_SHIFT | |||
1255 | Specify the maximum number of NUMA Nodes available on the target | 1255 | Specify the maximum number of NUMA Nodes available on the target |
1256 | system. Increases memory reserved to accommodate various tables. | 1256 | system. Increases memory reserved to accommodate various tables. |
1257 | 1257 | ||
1258 | config HAVE_ARCH_BOOTMEM | ||
1259 | def_bool y | ||
1260 | depends on X86_32 && NUMA | ||
1261 | |||
1262 | config HAVE_ARCH_ALLOC_REMAP | 1258 | config HAVE_ARCH_ALLOC_REMAP |
1263 | def_bool y | 1259 | def_bool y |
1264 | depends on X86_32 && NUMA | 1260 | depends on X86_32 && NUMA |