]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/printk-formats.txt: No casts needed for u64/s64
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 20 Aug 2013 21:07:23 +0000 (14:07 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 27 Aug 2013 08:51:49 +0000 (10:51 +0200)
commitc5f5961b02cf023f0f28a7742b35c806d60a627d
tree382250d609f90a7171d4de34e43654fa8d65cb33
parentff11b5840d2999ded810336e985572d7c76af592
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 <geert@linux-m68k.org>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/printk-formats.txt