git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5684ec
)
x86, realmode: Move trampoline_*.S early in the link order
author
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 8 May 2012 18:22:38 +0000
(21:22 +0300)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 8 May 2012 18:48:03 +0000
(11:48 -0700)
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
No differences found