x86, realmode: Move bits to the proper sections in trampoline_64.S
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:22:33 +0000 (21:22 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:48:03 +0000 (11:48 -0700)
commit024742861124ef26dae4cfc620250f8f47ac934a
tree5c68582d406e70bd08e59afd3b23d50410264280
parent487f50ffeb142d8f86fff6e43a8852ce3d46c173
x86, realmode: Move bits to the proper sections in trampoline_64.S

Move various bits to the sections they really belong in in
trampoline_64.S.  Use GLOBAL() rather than ENTRY() for data objects:
ENTRY() should only be used with code and forces alignment to 16
bytes.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-11-git-send-email-jarkko.sakkinen@intel.com
arch/x86/realmode/rm/trampoline_64.S