]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49c61a10878e087d44f1034190a64a02ffb90c18
treea7af889f2106a42ae68cae72734f9755da1e6ba7
parent84ba6ccda52fe7c6f264b6f753421845110789d2
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