提交 125947f2 编写于 作者: D Domen Puncer 提交者: Linus Torvalds

[PATCH] CodingStyle: trivial whitespace fixups

When I do a "diff -Nur arch/i386 arch/x86_64" to see what is different between these two
architectures, I see some differences due to whitespace issues only. The attached patch removes
some of the noise by fixing up the following files:
- arch/i386/boot/bootsect.S
- arch/i386/boot/video.S
- arch/x86_64/boot/bootsect.S
Signed-off-by: NDaniel Dickman <didickman@yahoo.com>
Signed-off-by: NDomen Puncer <domen@coderock.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 845d3431
...@@ -83,7 +83,7 @@ bugger_off_msg: ...@@ -83,7 +83,7 @@ bugger_off_msg:
.ascii "\n" .ascii "\n"
.ascii "Remove disk and press any key to reboot . . .\r\n" .ascii "Remove disk and press any key to reboot . . .\r\n"
.byte 0 .byte 0
# Kernel attributes; used by setup # Kernel attributes; used by setup
......
...@@ -1924,36 +1924,36 @@ skip10: movb %ah, %al ...@@ -1924,36 +1924,36 @@ skip10: movb %ah, %al
ret ret
store_edid: store_edid:
pushw %es # just save all registers pushw %es # just save all registers
pushw %ax pushw %ax
pushw %bx pushw %bx
pushw %cx pushw %cx
pushw %dx pushw %dx
pushw %di pushw %di
pushw %fs pushw %fs
popw %es popw %es
movl $0x13131313, %eax # memset block with 0x13 movl $0x13131313, %eax # memset block with 0x13
movw $32, %cx movw $32, %cx
movw $0x140, %di movw $0x140, %di
cld cld
rep rep
stosl stosl
movw $0x4f15, %ax # do VBE/DDC movw $0x4f15, %ax # do VBE/DDC
movw $0x01, %bx movw $0x01, %bx
movw $0x00, %cx movw $0x00, %cx
movw $0x01, %dx movw $0x01, %dx
movw $0x140, %di movw $0x140, %di
int $0x10 int $0x10
popw %di # restore all registers popw %di # restore all registers
popw %dx popw %dx
popw %cx popw %cx
popw %bx popw %bx
popw %ax popw %ax
popw %es popw %es
ret ret
# VIDEO_SELECT-only variables # VIDEO_SELECT-only variables
......
...@@ -63,7 +63,7 @@ msg_loop: ...@@ -63,7 +63,7 @@ msg_loop:
jz die jz die
movb $0xe, %ah movb $0xe, %ah
movw $7, %bx movw $7, %bx
int $0x10 int $0x10
jmp msg_loop jmp msg_loop
die: die:
...@@ -71,7 +71,7 @@ die: ...@@ -71,7 +71,7 @@ die:
xorw %ax, %ax xorw %ax, %ax
int $0x16 int $0x16
int $0x19 int $0x19
# int 0x19 should never return. In case it does anyway, # int 0x19 should never return. In case it does anyway,
# invoke the BIOS reset code... # invoke the BIOS reset code...
ljmp $0xf000,$0xfff0 ljmp $0xf000,$0xfff0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册