From: H. Peter Anvin Date: Wed, 18 Dec 2013 23:52:13 +0000 (-0800) Subject: x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() X-Git-Tag: v3.14-rc1~165^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7306006f103567fcf595d23dd741da0b8642f4c5;p=pandora-kernel.git x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() The pointer arithmetic in this function was really bizarre, where in fact all we really wanted was a simple pointer array walk. Use the much more idiomatic construction for that (*ptr++). Factor an invariant use of __pa() out of the relocation loop. At least on 64 bits it seems gcc isn't capable of doing that automatically. Change the scope of a couple of variables to make it extra obvious that they are extremely local temp variables. Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/n/tip-rd908t9c8kvcojdabtmm94mb@git.kernel.org --- Reading git-diff-tree failed