]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86, boot: Switch output functions from command-line flags to conditional compilation
authorJoe Millenbach <jmillenbach@gmail.com>
Fri, 20 Jul 2012 01:04:39 +0000 (18:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 21 Jul 2012 18:07:25 +0000 (11:07 -0700)
commit7aac3015b533add3e85222f9fd2ab66216b38746
treea607bd2889f6f21864828920f37741ffd7a16f2f
parentcb454fe10400566214ec690318a0167ff7f5b8ca
x86, boot: Switch output functions from command-line flags to conditional compilation

Changed putstr flagging from parameter to conditional compilation for puts,
debug_putstr, and error_putstr. This allows for space savings since most
configurations won't use this feature.

Signed-off-by: Joe Millenbach <jmillenbach@gmail.com>
Link: http://lkml.kernel.org/r/1342746282-28497-5-git-send-email-jmillenbach@gmail.com
Signed-off-by: Gokul Caushik <caushik1@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/compressed/misc.c
arch/x86/boot/compressed/misc.h