git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2a369
)
x86, boot: stylistic cleanups for boot/compressed/head_32.S
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 8 May 2009 22:45:17 +0000
(15:45 -0700)
committer
H. 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