From: Joe Millenbach Date: Fri, 20 Jul 2012 01:04:41 +0000 (-0700) Subject: x86, boot: Exclude early_serial_console.c if can't use it. X-Git-Tag: v3.6-rc1~92^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec49df9d331feaa2fea3d24c07147c7659940d1;p=pandora-kernel.git x86, boot: Exclude early_serial_console.c if can't use it. Removes early_serial_console.c code if we don't have the config option that enables it (EARLY_PRINTK). When disabling this code, make early_serial_base a constant 0 to allow the compiler to optimize away the code that checks for early_serial_base. Signed-off-by: Joe Millenbach Link: http://lkml.kernel.org/r/1342746282-28497-7-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