arch/x86/c_start.S: Use tabs instead of white spaces
Change-Id: I415993bf11f6a019ff8ef4c0cba3b5bb511271fd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30453 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Kyösti Mälkki
parent
dea45c1060
commit
2ea751a588
@ -49,8 +49,8 @@ _start:
|
|||||||
movl %eax, %fs
|
movl %eax, %fs
|
||||||
movl %eax, %gs
|
movl %eax, %gs
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
mov $0x48, %ecx
|
mov $0x48, %ecx
|
||||||
call SetCodeSelector
|
call SetCodeSelector
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
post_code(POST_ENTRY_C_START) /* post 13 */
|
post_code(POST_ENTRY_C_START) /* post 13 */
|
||||||
@ -177,12 +177,12 @@ gdt:
|
|||||||
/* The next two entries are used for executing VGA option ROMs */
|
/* The next two entries are used for executing VGA option ROMs */
|
||||||
|
|
||||||
/* selgdt 0x28 16 bit 64k code at 0x00000000 */
|
/* selgdt 0x28 16 bit 64k code at 0x00000000 */
|
||||||
.word 0xffff, 0x0000
|
.word 0xffff, 0x0000
|
||||||
.byte 0, 0x9a, 0, 0
|
.byte 0, 0x9a, 0, 0
|
||||||
|
|
||||||
/* selgdt 0x30 16 bit 64k data at 0x00000000 */
|
/* selgdt 0x30 16 bit 64k data at 0x00000000 */
|
||||||
.word 0xffff, 0x0000
|
.word 0xffff, 0x0000
|
||||||
.byte 0, 0x92, 0, 0
|
.byte 0, 0x92, 0, 0
|
||||||
|
|
||||||
/* The next two entries are used for ACPI S3 RESUME */
|
/* The next two entries are used for ACPI S3 RESUME */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user