X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fasm-x86%2Fuaccess_32.h;h=6fdef39a0bcb849d86e3bb0e1ade448694d21cdb;hb=22cac1670786108ccd4caa0656c39fa4ba69fa7d;hp=3467749c6beb7253f3bc3919739f8a1ff9f26478;hpb=8bc7de0c5dc0a5d3bcdc04bac6de0c799f91c5e4;p=deliverable%2Flinux.git diff --git a/include/asm-x86/uaccess_32.h b/include/asm-x86/uaccess_32.h index 3467749c6beb..6fdef39a0bcb 100644 --- a/include/asm-x86/uaccess_32.h +++ b/include/asm-x86/uaccess_32.h @@ -156,8 +156,6 @@ __copy_from_user(void *to, const void __user *from, unsigned long n) return __copy_from_user_ll(to, from, n); } -#define ARCH_HAS_NOCACHE_UACCESS - static __always_inline unsigned long __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) {