HAOUAS Elyes has uploaded this change for review.

View Change

arch/x86/c_start.S: Use tabs instead of white spaces

Change-Id: I415993bf11f6a019ff8ef4c0cba3b5bb511271fd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/arch/x86/c_start.S
1 file changed, 6 insertions(+), 6 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/30453/1
diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S
index 6426ef3..3fbdac1 100644
--- a/src/arch/x86/c_start.S
+++ b/src/arch/x86/c_start.S
@@ -49,8 +49,8 @@
movl %eax, %fs
movl %eax, %gs
#ifdef __x86_64__
- mov $0x48, %ecx
- call SetCodeSelector
+ mov $0x48, %ecx
+ call SetCodeSelector
#endif

post_code(POST_ENTRY_C_START) /* post 13 */
@@ -177,12 +177,12 @@
/* The next two entries are used for executing VGA option ROMs */

/* selgdt 0x28 16 bit 64k code at 0x00000000 */
- .word 0xffff, 0x0000
- .byte 0, 0x9a, 0, 0
+ .word 0xffff, 0x0000
+ .byte 0, 0x9a, 0, 0

/* selgdt 0x30 16 bit 64k data at 0x00000000 */
- .word 0xffff, 0x0000
- .byte 0, 0x92, 0, 0
+ .word 0xffff, 0x0000
+ .byte 0, 0x92, 0, 0

/* The next two entries are used for ACPI S3 RESUME */


To view, visit change 30453. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I415993bf11f6a019ff8ef4c0cba3b5bb511271fd
Gerrit-Change-Number: 30453
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange