commit | 024742861124ef26dae4cfc620250f8f47ac934a | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue May 08 21:22:33 2012 +0300 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue May 08 11:48:03 2012 -0700 |
tree | 5c68582d406e70bd08e59afd3b23d50410264280 | |
parent | 487f50ffeb142d8f86fff6e43a8852ce3d46c173 [diff] |
x86, realmode: Move bits to the proper sections in trampoline_64.S Move various bits to the sections they really belong in in trampoline_64.S. Use GLOBAL() rather than ENTRY() for data objects: ENTRY() should only be used with code and forces alignment to 16 bytes. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1336501366-28617-11-git-send-email-jarkko.sakkinen@intel.com