Skip to content

Commit 37bd424

Browse files
osalvadorvilardagamngyadam
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 55c1b64 commit 37bd424

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
@@ -2525,6 +2525,9 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE
25252525
def_bool y
25262526
depends on MEMORY_HOTPLUG
25272527

2528+
config ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2529+
def_bool y
2530+
25282531
config USE_PERCPU_NUMA_NODE_ID
25292532
def_bool y
25302533
depends on NUMA

0 commit comments

Comments
 (0)