From: H. Peter Anvin Date: Tue, 17 Mar 2009 22:26:06 +0000 (-0700) Subject: x86, setup: move 32-bit code to .text32 X-Git-Tag: v2.6.30-rc1~211^2~21^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be721696cac9d66566d59b205ee573ecb2f7c35b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed