X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh64%2Fuaccess.h;h=0207bae934d9d43e671dd67190e6f78d5392ee35;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=588065c6399f896b7688ef104104dba9971e48a5;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-sh64/uaccess.h b/include/asm-sh64/uaccess.h index 588065c63..0207bae93 100644 --- a/include/asm-sh64/uaccess.h +++ b/include/asm-sh64/uaccess.h @@ -261,9 +261,6 @@ 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);