From: H. Peter Anvin Date: Wed, 16 May 2012 20:44:10 +0000 (-0700) Subject: x86, realmode: Move not-common bits out of trampoline_common.S X-Git-Tag: v3.5-rc1~45^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51edbe6a2f47c78c6c6e529999ee0a044fe59a89;p=pandora-kernel.git x86, realmode: Move not-common bits out of trampoline_common.S Move the bits that aren't actually common out of trampoline_common.S and into the arch-specific files. Furthermore, make sure the page directory is first in the .bss section for trampoline_64.S in order to not waste an entire page of memory. Signed-off-by: H. Peter Anvin Cc: Jarkko Sakkinen --- Reading git-diff-tree failed