diff options
author | Jesper Juhl | 2006-06-23 11:05:04 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-06-23 16:43:02 +0200 |
commit | b9e122c80cd2e10fe18678c63db4717871ed31cf (patch) | |
tree | 3e29f080ff69dc93d07e41774f2e3c53506ef37c /include/asm-xtensa/checksum.h | |
parent | [PATCH] m68k: windfarm is powerpc-only, don't do it on m68k macs (diff) | |
download | kernel-qcow2-linux-b9e122c80cd2e10fe18678c63db4717871ed31cf.tar.gz kernel-qcow2-linux-b9e122c80cd2e10fe18678c63db4717871ed31cf.tar.xz kernel-qcow2-linux-b9e122c80cd2e10fe18678c63db4717871ed31cf.zip |
[PATCH] xtensa: remove verify_area macros
verify_area() is still alive on xtensa in 2.6.17-rc3-git13 It would be nice
to finally be rid of that function across the board.
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-xtensa/checksum.h')
-rw-r--r-- | include/asm-xtensa/checksum.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-xtensa/checksum.h b/include/asm-xtensa/checksum.h index bdc00ae9be48..03114f8d1e18 100644 --- a/include/asm-xtensa/checksum.h +++ b/include/asm-xtensa/checksum.h @@ -43,8 +43,7 @@ asmlinkage unsigned int csum_partial_copy_generic( const char *src, char *dst, i * Note: when you get a NULL pointer exception here this means someone * passed in an incorrect kernel address to one of these functions. * - * If you use these functions directly please don't forget the - * verify_area(). + * If you use these functions directly please don't forget the access_ok(). */ static inline unsigned int csum_partial_copy_nocheck ( const char *src, char *dst, |