]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, realmode: Remove indirect jumps in trampoline_64.S
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:22:35 +0000 (21:22 +0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2012 18:48:03 +0000 (11:48 -0700)
commit056a43a6d3ab903a798d8ee4435ad67d6fccc3e6
treee7af15979dd52981873a676351ed45307bfe4a6e
parentf7436a9da902922a48cccc208099763b87d6171f
x86, realmode: Remove indirect jumps in trampoline_64.S

Remove indirect jumps in trampoline_64.S which are no longer
necessary: the realmode code can relocate the absolute jumps
correctly from the start.

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