]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/uaccess.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6-omap-h63xx.git] / include / asm-um / uaccess.h
index 16c734af9193c8442fbed9ff7d561420ec8157ec..077032d4fc47f13c167ea67463646d6519700b62 100644 (file)
@@ -80,7 +80,7 @@
         __put_user(x, private_ptr) : -EFAULT); \
 })
 
-#define strlen_user(str) strnlen_user(str, ~0UL >> 1)
+#define strlen_user(str) strnlen_user(str, ~0U >> 1)
 
 struct exception_table_entry
 {