x86, realmode: Move not-common bits out of trampoline_common.S
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 16 May 2012 20:44:10 +0000 (13:44 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 16 May 2012 20:44:10 +0000 (13:44 -0700)
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 <hpa@linux.intel.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>

No differences found