X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-cris%2Fuaccess.h;h=2f58e19df4b25e8ecacaa4605ca9e664f0b76400;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=7532cd76d0aff861701bcaa8e8f1a227dee9fe42;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-cris/uaccess.h b/include/asm-cris/uaccess.h index 7532cd76d..2f58e19df 100644 --- a/include/asm-cris/uaccess.h +++ b/include/asm-cris/uaccess.h @@ -434,6 +434,8 @@ __generic_clear_user_nocheck(void *to, unsigned long n) #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n)) #define __copy_from_user(to,from,n) __generic_copy_from_user_nocheck((to),(from),(n)) +#define __copy_to_user_inatomic __copy_to_user +#define __copy_from_user_inatomic __copy_from_user #define __clear_user(to,n) __generic_clear_user_nocheck((to),(n)) #define strlen_user(str) strnlen_user((str), 0x7ffffffe)