x86, boot: Wrap debug printing in a new debug_putstr function
authorJoe Millenbach <jmillenbach@gmail.com>
Fri, 20 Jul 2012 01:04:37 +0000 (18:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 21 Jul 2012 18:07:18 +0000 (11:07 -0700)
commite605a425975b073aafebbb2c09d3ae266be2fd3e
treeedbd4b8fb189d970b1c7b296540aba9ccb873f73
parent9f4e4392cbf72d731a489a3217fe810820b8ba96
x86, boot: Wrap debug printing in a new debug_putstr function

Change all instances of if (debug) putstr(...) to a new debug_putstr(...).
This allows a future change to conditionally stub out debug_putstr to save
space.

Signed-off-by: Joe Millenbach <jmillenbach@gmail.com>
Link: http://lkml.kernel.org/r/1342746282-28497-3-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