VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / sparc64 / solaris / conv.h
index 1cb3c90..5faf59a 100644 (file)
@@ -17,7 +17,7 @@
        __asm__ ("srl   %0, 0, %0"      \
                 : "=r" (__ret)         \
                 : "0" (__x));          \
-       __ret;                          \
+       (void __user *)__ret;           \
 })
 
 extern unsigned sys_call_table[];