From: H. Peter Anvin Date: Mon, 2 May 2011 21:33:24 +0000 (-0700) Subject: x86, reboot: Fix relocations in reboot_32.S X-Git-Tag: v2.6.39-rc6~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7806a49ab625ebeb1709e5e87299b64932b807a7;p=pandora-kernel.git x86, reboot: Fix relocations in reboot_32.S The use of base for %ebx in this file is arbitrary, *except* that we also use it to compute the real-mode segment. Therefore, make it so that r_base really is the true address to which %ebx points. This resolves kernel bugzilla 33302. Reported-and-tested-by: Alexey Zaytsev Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/n/tip-08os5wi3yq1no0y4i5m4z7he@git.kernel.org --- Reading git-diff-tree failed