mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
x86: cpa, fix out of date comment
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7d8330a563
commit
f8d8406bcb
@ -870,8 +870,12 @@ void kernel_map_pages(struct page *page, int numpages, int enable)
|
||||
return;
|
||||
|
||||
/*
|
||||
* The return value is ignored - the calls cannot fail,
|
||||
* large pages are disabled at boot time:
|
||||
* The return value is ignored as the calls cannot fail.
|
||||
* Large pages are kept enabled at boot time, and are
|
||||
* split up quickly with DEBUG_PAGEALLOC. If a splitup
|
||||
* fails here (due to temporary memory shortage) no damage
|
||||
* is done because we just keep the largepage intact up
|
||||
* to the next attempt when it will likely be split up:
|
||||
*/
|
||||
if (enable)
|
||||
__set_pages_p(page, numpages);
|
||||
|
Loading…
Reference in New Issue
Block a user