[PATCH] fixup a comment still refering to verify_area that got missedinitially...

From: Jesper Juhl
Date: Wed Mar 16 2005 - 16:59:27 EST



Trivial patch below that updates a comment to refer to access_ok instead
of the now deprecated verify_area.

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

diff -up linux-2.6.11-mm4-orig/include/asm-um/pgtable.h linux-2.6.11-mm4/include/asm-um/pgtable.h
--- linux-2.6.11-mm4-orig/include/asm-um/pgtable.h 2005-03-16 15:45:35.000000000 +0100
+++ linux-2.6.11-mm4/include/asm-um/pgtable.h 2005-03-16 22:37:54.000000000 +0100
@@ -106,7 +106,7 @@ extern unsigned long end_iomem;
/*
* Define this if things work differently on an i386 and an i486:
* it will (on an i486) warn about kernel memory accesses that are
- * done without a 'verify_area(VERIFY_WRITE,..)'
+ * done without a 'access_ok(VERIFY_WRITE,..)'
*/
#undef TEST_VERIFY_AREA


-
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/