X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fuaccess.h;h=df9a9b28eff9aef5237dc790e19b7ba74b1aab2f;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9186bbabe4841cd232a9d8d67d1c0598db11b715;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-sh/uaccess.h b/include/asm-sh/uaccess.h index 9186bbabe..df9a9b28e 100644 --- a/include/asm-sh/uaccess.h +++ b/include/asm-sh/uaccess.h @@ -446,6 +446,10 @@ __copy_res; }) __copy_user((void *)(to), \ (void *)(from), n) +#define __copy_to_user_inatomic __copy_to_user +#define __copy_from_user_inatomic __copy_from_user + + #define copy_from_user(to,from,n) ({ \ void *__copy_to = (void *) (to); \ void *__copy_from = (void *) (from); \