|
@@ -648,7 +648,7 @@ config DEFERRED_STRUCT_PAGE_INIT
|
|
bool "Defer initialisation of struct pages to kthreads"
|
|
bool "Defer initialisation of struct pages to kthreads"
|
|
default n
|
|
default n
|
|
depends on ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT
|
|
depends on ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT
|
|
- depends on MEMORY_HOTPLUG
|
|
|
|
|
|
+ depends on NO_BOOTMEM && MEMORY_HOTPLUG
|
|
depends on !FLATMEM
|
|
depends on !FLATMEM
|
|
help
|
|
help
|
|
Ordinarily all struct pages are initialised during early boot in a
|
|
Ordinarily all struct pages are initialised during early boot in a
|