From: Joe Millenbach Date: Fri, 20 Jul 2012 01:04:37 +0000 (-0700) Subject: x86, boot: Wrap debug printing in a new debug_putstr function X-Git-Tag: v3.6-rc1~92^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e605a425975b073aafebbb2c09d3ae266be2fd3e;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1342746282-28497-3-git-send-email-jmillenbach@gmail.com Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed