]> git.baikalelectronics.ru Git - kernel.git/commit
x86, setup: move 32-bit code to .text32
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 17 Mar 2009 22:26:06 +0000 (15:26 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 17 Mar 2009 22:26:06 +0000 (15:26 -0700)
commitbd821a971bbeda9fa6f48e9edcc3e162d54efda6
tree8ec1fd9f5acfbea154f2e6012227b0507db9d687
parenta9260e6155da84124bbf1d5793d7723a8ddc2c22
x86, setup: move 32-bit code to .text32

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>
arch/x86/boot/pmjump.S
arch/x86/boot/setup.ld