Skip to content

Commit

Permalink
[PATCH] fix up a comment still refering to verify_area
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed May 5, 2005
1 parent 3677209 commit 3d67554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-um/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3d67554

Please sign in to comment.