aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index d5004d82a1d6..e14c01513bfd 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -636,6 +636,7 @@ config DEFERRED_STRUCT_PAGE_INIT
636 default n 636 default n
637 depends on NO_BOOTMEM 637 depends on NO_BOOTMEM
638 depends on !FLATMEM 638 depends on !FLATMEM
639 depends on !NEED_PER_CPU_KM
639 help 640 help
640 Ordinarily all struct pages are initialised during early boot in a 641 Ordinarily all struct pages are initialised during early boot in a
641 single thread. On very large machines this can take a considerable 642 single thread. On very large machines this can take a considerable