commit | 925ede0bf4ecef96fc2d939b16619530111aa16e | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Dec 14 18:01:14 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 08:53:33 2009 -0800 |
tree | f4e74eb56c6f2589f2aeb8c7e827809b0f272c52 | |
parent | 7f2f4e72d3423977cc62152ecf29afe701553a67 [diff] |
efi.h: use %pUl to print UUIDs Shrinks vmlinux without: $ size vmlinux text data bss dec hex filename 6975863 679652 1359668 9015183 898f8f vmlinux with: $ size vmlinux text data bss dec hex filename 6975639 679652 1359668 9014959 898eaf vmlinux Signed-off-by: Joe Perches <joe@perches.com> Cc: Jeff Garzik <jgarzik@redhat.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>