commit | 793af244090ccb5f99091c5a999ce97e4d017834 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 01 06:55:59 2006 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 08 01:04:23 2006 -0500 |
tree | 070649219443dde1e484718114515e425cb26628 | |
parent | 6b2b4e5a26fe3795b1c6711cee0eae057844491d [diff] [blame] |
[PATCH] s390 misc __user annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/asm-s390/uaccess.h b/include/asm-s390/uaccess.h index be104f2..e2c73b4 100644 --- a/include/asm-s390/uaccess.h +++ b/include/asm-s390/uaccess.h
@@ -61,7 +61,7 @@ #define segment_eq(a,b) ((a).ar4 == (b).ar4) -static inline int __access_ok(const void *addr, unsigned long size) +static inline int __access_ok(const void __user *addr, unsigned long size) { return 1; }