parisc/uaccess: fix sparse errors
[cascardo/linux.git] / arch / parisc / include / asm / uaccess.h
index a5cb070..6c79311 100644 (file)
@@ -104,7 +104,7 @@ struct exception_data {
            }                                           \
        }                                               \
                                                        \
-       (x) = (__typeof__(*(ptr))) __gu_val;            \
+       (x) = (__force __typeof__(*(ptr))) __gu_val;    \
        __gu_err;                                       \
 })