commit | be721696cac9d66566d59b205ee573ecb2f7c35b | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue Mar 17 15:26:06 2009 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Mar 17 15:26:06 2009 -0700 |
tree | 8ec1fd9f5acfbea154f2e6012227b0507db9d687 | |
parent | 0ca0f16fd17c5d880dd0abbe03595b0c7c5b3c95 [diff] |
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>