From: H. Peter Anvin Date: Fri, 21 Jun 2013 04:16:00 +0000 (-0700) Subject: x86, reloc: Use xorl instead of xorq in relocate_kernel_64.S X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f037e416afb38b9ee8ac598d68733fcbaf665384;p=pandora-kernel.git x86, reloc: Use xorl instead of xorq in relocate_kernel_64.S There is no point in using "xorq" to clear a register... use "xorl" to clear the bottom 32 bits, and the upper 32 bits get cleared by virtue of zero extension. Signed-off-by: H. Peter Anvin Cc: Kees Cook Link: http://lkml.kernel.org/n/tip-b76zi1gep39c0zs8fbvkhie9@git.kernel.org --- Reading git-diff-tree failed