commit | 5f64ec64e7f9b246c0a94f34cdf7782f98a6e55d | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Fri May 08 15:45:17 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri May 08 17:16:23 2009 -0700 |
tree | 4dc7b26bfd240866bd32c9df7f72910328697ce4 | |
parent | bd2a36984c50bb546a7d04cb395fddcf98a1092c [diff] |
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>