git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bca5a
)
x86, reloc: Use xorl instead of xorq in relocate_kernel_64.S
author
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 21 Jun 2013 04:16:00 +0000
(21:16 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 21 Jun 2013 04:30:04 +0000
(21:30 -0700)
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 <hpa@linux.intel.com>
Cc: Kees Cook <keescook@chromium.org>
Link:
http://lkml.kernel.org/n/tip-b76zi1gep39c0zs8fbvkhie9@git.kernel.org
No differences found