Skip to content
Commit be721696 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 0ca0f16f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment