Commit 675217fd9950a668a33f9ee3fac3df34fd5113d0

Authored by Weiping Pan
Committed by Linus Torvalds
1 parent 83b2944fd2

Documentation/kernel-parameters.txt: replace kernelcore with Movable

Han Pingtian found a typo in Documentation/kernel-parameters.txt about
"kernelcore=", that "kernelcore" should be replaced with "Movable" here.

Signed-off-by: Weiping Pan <wpan@redhat.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/kernel-parameters.txt
... ... @@ -1357,7 +1357,7 @@
1357 1357 pages. In the event, a node is too small to have both
1358 1358 kernelcore and Movable pages, kernelcore pages will
1359 1359 take priority and other nodes will have a larger number
1360   - of kernelcore pages. The Movable zone is used for the
  1360 + of Movable pages. The Movable zone is used for the
1361 1361 allocation of pages that may be reclaimed or moved
1362 1362 by the page migration subsystem. This means that
1363 1363 HugeTLB pages may not be allocated from this zone.