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:
0ca0f16
)
x86, setup: move 32-bit code to .text32
author
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 17 Mar 2009 22:26:06 +0000
(15:26 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 17 Mar 2009 22:26:06 +0000
(15:26 -0700)
Impact: cleanup
The setup code is mostly 16-bit code, but there is a small stub of
32-bit code at the end. Move the 32-bit code to a separate segment,
.text32, to avoid scrambling the disassembly.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found