Skip to content
Commit 5f64ec64 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
parent bd2a3698
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment