mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT
authorVlastimil Babka <vbabka@suse.cz>
Fri, 5 Feb 2016 23:36:21 +0000 (15:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Feb 2016 02:10:40 +0000 (18:10 -0800)
commit1ce221036b83288358d8d5d5ff1784657b3ab4e9
treea7af889f2106a42ae68cae72734f9755da1e6ba7
parent1f1ffb8a151e8c59899c78019f76cb8f64be13f5
mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT

The description mentions kswapd threads, while the deferred struct page
initialization is actually done by one-off "pgdatinitX" threads.

Fix the description so that potentially users are not confused about
pgdatinit threads using CPU after boot instead of kswapd.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig