diff options
author | Weiping Pan <wpan@redhat.com> | 2013-09-30 16:45:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-30 17:31:02 -0400 |
commit | 675217fd9950a668a33f9ee3fac3df34fd5113d0 (patch) | |
tree | b0ec1a5461bf4c40f63da40d24e7f1c1c7c60fe2 /Documentation/kernel-parameters.txt | |
parent | 83b2944fd2532b92db099cb3ada12df32a05b368 (diff) |
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>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 539a23631990..73d23fdc512b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1357,7 +1357,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1357 | pages. In the event, a node is too small to have both | 1357 | pages. In the event, a node is too small to have both |
1358 | kernelcore and Movable pages, kernelcore pages will | 1358 | kernelcore and Movable pages, kernelcore pages will |
1359 | take priority and other nodes will have a larger number | 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 | allocation of pages that may be reclaimed or moved | 1361 | allocation of pages that may be reclaimed or moved |
1362 | by the page migration subsystem. This means that | 1362 | by the page migration subsystem. This means that |
1363 | HugeTLB pages may not be allocated from this zone. | 1363 | HugeTLB pages may not be allocated from this zone. |