Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MOVABLE_NODE
:
( CONFIG_HAVE_MEMBLOCK ) && ( CONFIG_NO_BOOTMEM ) && ( CONFIG_X86_64 || CONFIG_OF_EARLY_FLATTREE || CONFIG_MEMORY_HOTPLUG ) && ( CONFIG_NUMA )
Allow a node to have only movable memory. Pages used by the kernel, such as direct mapping pages cannot be migrated. So the corresponding memory device cannot be hotplugged. This option allows the following two things: - When the system is booting, node full of hotpluggable memory can be arranged to have only movable memory so that the whole node can be hot-removed. (need movable_node boot option specified). - After the system is up, the option allows users to online all the memory of a node as movable memory so that the whole node can be hot-removed.
Users who don't use the memory hotplug feature are fine with this option on since they don't specify movable_node boot option or they don't online memory as movable.
Say Y here if you want to hotplug a whole node. Say N here if you want kernel to use memory on all nodes evenly.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2025). See also LKDDb sources on GitLab