[coreboot-gerrit] Change in ...coreboot[master]: arch/x86/wakeup.S: Use tabs instead of white spaces

Patrick Georgi (Code Review) gerrit at coreboot.org
Mon Dec 24 09:17:03 CET 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30379 )

Change subject: arch/x86/wakeup.S: Use tabs instead of white spaces
......................................................................

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

Change-Id: I5ada2cd4c27eb34b453210fb86848f20569b8e83
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-on: https://review.coreboot.org/c/30379
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/arch/x86/wakeup.S
1 file changed, 14 insertions(+), 14 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Tristan Corrick: Looks good to me, approved



diff --git a/src/arch/x86/wakeup.S b/src/arch/x86/wakeup.S
index aad72c2..ba502fe 100644
--- a/src/arch/x86/wakeup.S
+++ b/src/arch/x86/wakeup.S
@@ -29,29 +29,29 @@
 	.globl __wakeup
 __wakeup:
 #ifdef __x86_64__
-	xor     %rax,%rax
-	mov     %ss, %ax
-	push    %rax
-	mov     %rsp, %rax
-	add     $8, %rax
-	push    %rax
+	xor	%rax,%rax
+	mov	%ss, %ax
+	push	%rax
+	mov	%rsp, %rax
+	add	$8, %rax
+	push	%rax
 	pushfq
-	push    $0x10
-	lea     3(%rip), %rax
-	push    %rax
+	push	$0x10
+	lea	3(%rip), %rax
+	push	%rax
 	iretq
 
 	.code32
 
 	/* disable paging */
-	mov     %cr0, %eax
-	btc     $31, %eax
-	mov     %eax, %cr0
+	mov	%cr0, %eax
+	btc	$31, %eax
+	mov	%eax, %cr0
 
 	/* disable long mode */
-	mov     $0xC0000080, %ecx
+	mov	$0xC0000080, %ecx
 	rdmsr
-	btc     $8, %eax
+	btc	$8, %eax
 	wrmsr
 #endif
 	/* First prepare the jmp to the resume vector */

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30379
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5ada2cd4c27eb34b453210fb86848f20569b8e83
Gerrit-Change-Number: 30379
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Tristan Corrick <tristan at corrick.kiwi>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181224/b1b8be33/attachment.html>


More information about the coreboot-gerrit mailing list