From: Jesper Juhl Date: Thu, 5 May 2005 23:16:13 +0000 (-0700) Subject: [PATCH] fix up a comment still refering to verify_area X-Git-Tag: firefly_0821_release~43301 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d67554895982f04d458e14c81b7b9843429719c;p=firefly-linux-kernel-4.4.55.git [PATCH] fix up a comment still refering to verify_area Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/pgtable.h b/include/asm-um/pgtable.h index 71f9c0c78c0c..510e513c7f88 100644 --- a/include/asm-um/pgtable.h +++ b/include/asm-um/pgtable.h @@ -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