From: H. Peter Anvin Date: Fri, 8 May 2009 22:45:17 +0000 (-0700) Subject: x86, boot: stylistic cleanups for boot/compressed/head_32.S X-Git-Tag: v2.6.31-rc1~422^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f64ec64e7f9b246c0a94f34cdf7782f98a6e55d;p=pandora-kernel.git x86, boot: stylistic cleanups for boot/compressed/head_32.S Reformat arch/x86/boot/compressed/head_32.S to be closer to currently preferred kernel assembly style, that is: - opcode and operand separated by tab - operands separated by ", " - C-style comments This also makes it more similar to head_64.S. [ Impact: cleanup, no object code change ] Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed