]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/uaccess.h
[MIPS] Fix computation of PGDIR_SHIFT for 16K pagesize on 32-bit kernels.
[linux-2.6-omap-h63xx.git] / include / asm-mips / uaccess.h
index c62c20e7b5c669dc29dd7273c7bb771e7dc12f14..b25511787ee0277ba5830b4178435d282278c846 100644 (file)
@@ -435,6 +435,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
        __cu_len;                                                       \
 })
 
+extern size_t __copy_user_inatomic(void *__to, const void *__from, size_t __n);
+
 #define __copy_to_user_inatomic(to,from,n)                             \
 ({                                                                     \
        void __user *__cu_to;                                           \