From: H. Peter Anvin Date: Tue, 12 May 2009 18:37:34 +0000 (-0700) Subject: x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGN X-Git-Tag: v2.6.31-rc1~422^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f68236e41641494f9c8a418ccc0678c335bbb5;p=pandora-kernel.git x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGN Handle the misconfiguration where CONFIG_PHYSICAL_START is incompatible with CONFIG_PHYSICAL_ALIGN. This is a configuration error, but one which arises easily since Kconfig doesn't have the smarts to express the true relationship between these two variables. Hence, align __PHYSICAL_START the same way we align LOAD_PHYSICAL_ADDR in . For non-relocatable kernels, this would cause the boot to fail. [ Impact: fix boot failures for non-relocatable kernels ] Reported-by: Ingo Molnar Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed