From: H. Peter Anvin Date: Tue, 8 May 2012 18:22:33 +0000 (+0300) Subject: x86, realmode: Move bits to the proper sections in trampoline_64.S X-Git-Tag: v3.5-rc1~45^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024742861124ef26dae4cfc620250f8f47ac934a;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1336501366-28617-11-git-send-email-jarkko.sakkinen@intel.com --- Reading git-diff-tree failed