From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 21:07:23 +0000 (-0700) Subject: Documentation/printk-formats.txt: No casts needed for u64/s64 X-Git-Tag: v3.12-rc1~124^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7930bd77fee02ec1dd83f6024cef92aecbf8c7;p=pandora-kernel.git Documentation/printk-formats.txt: No casts needed for u64/s64 Now all 64-bit architectures have been converted to int-ll64.h in kernel space, casting to (unsigned) long long is no longer needed when formatting u64/s64. For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use int-l64.h in userspace. Signed-off-by: Geert Uytterhoeven Acked-by: Randy Dunlap Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed