X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh64%2Fuaccess.h;h=588065c6399f896b7688ef104104dba9971e48a5;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=0207bae934d9d43e671dd67190e6f78d5392ee35;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-sh64/uaccess.h b/include/asm-sh64/uaccess.h index 0207bae93..588065c63 100644 --- a/include/asm-sh64/uaccess.h +++ b/include/asm-sh64/uaccess.h @@ -261,6 +261,9 @@ if (__copy_from_user(to,from,n)) \ return retval; \ }) +#define __copy_to_user_inatomic __copy_to_user +#define __copy_from_user_inatomic __copy_from_user + /* XXX: Not sure it works well.. should be such that: 4byte clear and the rest. */ extern __kernel_size_t __clear_user(void *addr, __kernel_size_t size);