x86, boot: stylistic cleanups for boot/compressed/head_32.S
authorH. Peter Anvin <hpa@zytor.com>
Fri, 8 May 2009 22:45:17 +0000 (15:45 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 9 May 2009 00:16:23 +0000 (17:16 -0700)
commit5f64ec64e7f9b246c0a94f34cdf7782f98a6e55d
tree4dc7b26bfd240866bd32c9df7f72910328697ce4
parentbd2a36984c50bb546a7d04cb395fddcf98a1092c
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 <hpa@zytor.com>
arch/x86/boot/compressed/head_32.S