This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc64 / solaris / conv.h
index 5faf59a..1cb3c90 100644 (file)
@@ -17,7 +17,7 @@
        __asm__ ("srl   %0, 0, %0"      \
                 : "=r" (__ret)         \
                 : "0" (__x));          \
-       (void __user *)__ret;           \
+       __ret;                          \
 })
 
 extern unsigned sys_call_table[];