vserver 1.9.5.x5
[linux-2.6.git] / include / asm-ia64 / uaccess.h
index 68f0e1d..1ffc804 100644 (file)
@@ -132,7 +132,7 @@ extern long __get_user_unaligned_unknown (void);
 
 #ifdef ASM_SUPPORTED
   struct __large_struct { unsigned long buf[100]; };
-# define __m(x) (*(struct __large_struct *)(x))
+# define __m(x) (*(struct __large_struct __user *)(x))
 
 /* We need to declare the __ex_table section before we can use it in .xdata.  */
 asm (".section \"__ex_table\", \"a\"\n\t.previous");