diff options
author | Gerald Schaefer <geraldsc@de.ibm.com> | 2006-09-20 09:59:44 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-09-20 09:59:44 -0400 |
commit | 6c2a9e6df60478e712f3c3d98b5047778a82a3d7 (patch) | |
tree | 6768eb3991f4f1616b211a21ccf1b8e27820ae79 /include/asm-s390/uaccess.h | |
parent | d02765d1af743567398eb6d523dea0ba5e5e7e8e (diff) |
[S390] Use alternative user-copy operations for new hardware.
This introduces new user-copy operations which are optimized for
copying more than 256 Bytes on new hardware.
Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390/uaccess.h')
-rw-r--r-- | include/asm-s390/uaccess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/uaccess.h b/include/asm-s390/uaccess.h index 39a2716ae188..e2047b0c9092 100644 --- a/include/asm-s390/uaccess.h +++ b/include/asm-s390/uaccess.h | |||
@@ -100,6 +100,7 @@ struct uaccess_ops { | |||
100 | 100 | ||
101 | extern struct uaccess_ops uaccess; | 101 | extern struct uaccess_ops uaccess; |
102 | extern struct uaccess_ops uaccess_std; | 102 | extern struct uaccess_ops uaccess_std; |
103 | extern struct uaccess_ops uaccess_mvcos; | ||
103 | 104 | ||
104 | static inline int __put_user_fn(size_t size, void __user *ptr, void *x) | 105 | static inline int __put_user_fn(size_t size, void __user *ptr, void *x) |
105 | { | 106 | { |