x86: cpa, fix out of date comment

Signed-off-by: Ingo Molnar <mingo@elte.hu>

+6 -2
+6 -2
arch/x86/mm/pageattr.c
··· 870 870 return; 871 871 872 872 /* 873 - * The return value is ignored - the calls cannot fail, 874 - * large pages are disabled at boot time: 873 + * The return value is ignored as the calls cannot fail. 874 + * Large pages are kept enabled at boot time, and are 875 + * split up quickly with DEBUG_PAGEALLOC. If a splitup 876 + * fails here (due to temporary memory shortage) no damage 877 + * is done because we just keep the largepage intact up 878 + * to the next attempt when it will likely be split up: 875 879 */ 876 880 if (enable) 877 881 __set_pages_p(page, numpages);