From: Andy Whitcroft Date: Sat, 21 Jul 2007 15:11:15 +0000 (+0200) Subject: i386: move the kernel to 16MB for NUMA-Q X-Git-Tag: upstream/snapshot3+hdmi~31951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d24e399763f9e91cc03e4e351d75f6231d5ed4f2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git i386: move the kernel to 16MB for NUMA-Q We are seeing corruption of the decompressed kernel. It is suspected that this is platform specific as it has yet to be seen on any other x86. Move the kernel to the 16MB boundary. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0790bdf..abb582b 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -827,6 +827,7 @@ config CRASH_DUMP config PHYSICAL_START hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) + default "0x1000000" if X86_NUMAQ default "0x100000" help This gives the physical address where the kernel is loaded.