[PATCH 2/7] x86/boot: Wrap debug printing in a new debug_putstr function

2012-07-19 Thread Joe Millenbach
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 Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot/compressed/misc.c | 18

[PATCH 2/7] x86/boot: Wrap debug printing in a new debug_putstr function

2012-07-19 Thread Joe Millenbach
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 jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh Triplett