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)
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>

No differences found