diff options
-rw-r--r-- | mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 2664c118b5d2..22fa8189e4fc 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -649,6 +649,7 @@ config DEFERRED_STRUCT_PAGE_INIT | |||
649 | default n | 649 | default n |
650 | depends on ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT | 650 | depends on ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT |
651 | depends on MEMORY_HOTPLUG | 651 | depends on MEMORY_HOTPLUG |
652 | depends on !FLATMEM | ||
652 | help | 653 | help |
653 | Ordinarily all struct pages are initialised during early boot in a | 654 | Ordinarily all struct pages are initialised during early boot in a |
654 | single thread. On very large machines this can take a considerable | 655 | single thread. On very large machines this can take a considerable |