Skip to content

Commit b80abb9

Browse files
osalvadorvilardagaSuraj Jitindar Singh
authored andcommitted
x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
Enable x86_64 platform to use the MHP_MEMMAP_ON_MEMORY feature. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Oscar Salvador <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: Anshuman Khandual <[email protected]> Cc: Pavel Tatashin <[email protected]> Cc: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> (cherry picked from commit f91ef22)
1 parent 348626a commit b80abb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/x86/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,9 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE
25642564
def_bool y
25652565
depends on MEMORY_HOTPLUG
25662566

2567+
config ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2568+
def_bool y
2569+
25672570
config USE_PERCPU_NUMA_NODE_ID
25682571
def_bool y
25692572
depends on NUMA

0 commit comments

Comments
 (0)