commit | be60828920d23758da8124bed771404a0438f369 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue May 08 21:22:38 2012 +0300 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue May 08 11:48:03 2012 -0700 |
tree | a45351b9197484524e9314048fee75d4f59f9e7b | |
parent | e5684ec438a094bec0f7d5c52652c0901b48b613 [diff] |
x86, realmode: Move trampoline_*.S early in the link order Move trampoline_*.S earlier in the link order so it ends up being first in the text segment; since the SIPI vector requires 4K alignment it otherwise ends up padding the .text segment with that much completely unnecessarily. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/r/1336501366-28617-16-git-send-email-jarkko.sakkinen@intel.com