x86: cpa, fix out of date comment
authorIngo Molnar <mingo@elte.hu>
Wed, 13 Feb 2008 13:09:53 +0000 (14:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Feb 2008 22:30:21 +0000 (23:30 +0100)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c

index 5d2259468d3cdce0cfdedb22a5a42f2dfdb9d487..4119379f80fff553de99fd30facb39485659f250 100644 (file)
@@ -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);