···870 return;871872 /*873- * The return value is ignored - the calls cannot fail,874- * large pages are disabled at boot time:0000875 */876 if (enable)877 __set_pages_p(page, numpages);
···870 return;871872 /*873+ * The return value is ignored as the calls cannot fail.874+ * Large pages are kept enabled at boot time, and are875+ * split up quickly with DEBUG_PAGEALLOC. If a splitup876+ * fails here (due to temporary memory shortage) no damage877+ * is done because we just keep the largepage intact up878+ * to the next attempt when it will likely be split up:879 */880 if (enable)881 __set_pages_p(page, numpages);