This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-cris / uaccess.h
index 2f58e19..7532cd7 100644 (file)
@@ -434,8 +434,6 @@ __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)