[PATCH] [3/8] CPA: Fix some incorrect comments in the debug pagealloc code

From: Andi Kleen
Date: Mon Feb 11 2008 - 04:51:21 EST



Even with the pool cpa in debug_pagealloc can fail (e.g. consider memory hotplug)
Also the code does not clear PSE anymore as the comment claims.

Replace wrong comment with correct one.
Signed-off-by: Andi Kleen <ak@xxxxxxx>

---
arch/x86/mm/pageattr.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Index: linux/arch/x86/mm/pageattr.c
===================================================================
--- linux.orig/arch/x86/mm/pageattr.c
+++ linux/arch/x86/mm/pageattr.c
@@ -864,10 +864,7 @@ void kernel_map_pages(struct page *page,
if (!debug_pagealloc_enabled)
return;

- /*
- * The return value is ignored - the calls cannot fail,
- * large pages are disabled at boot time:
- */
+ /* This can fail in theory but then you're out of luck */
if (enable)
__set_pages_p(page, numpages);
else
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/