[coreboot-gerrit] Change in ...coreboot[master]: car/non-evict/exit_car.S: Use tabs instead of white spaces

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


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

Change subject: car/non-evict/exit_car.S: Use tabs instead of white spaces
......................................................................

car/non-evict/exit_car.S: Use tabs instead of white spaces

Change-Id: I53e33c54fe3ff7b6276a5bbf7defd2db33a60f0f
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-on: https://review.coreboot.org/c/30376
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/cpu/intel/car/non-evict/exit_car.S
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/src/cpu/intel/car/non-evict/exit_car.S b/src/cpu/intel/car/non-evict/exit_car.S
index 5eb2515..8adc5f6 100644
--- a/src/cpu/intel/car/non-evict/exit_car.S
+++ b/src/cpu/intel/car/non-evict/exit_car.S
@@ -42,11 +42,11 @@
 	wrmsr
 
 	/* Disable the no eviction run state */
-	movl    $NoEvictMod_MSR, %ecx
+	movl	$NoEvictMod_MSR, %ecx
 	rdmsr
-	andl    $~2, %eax
+	andl	$~2, %eax
 	wrmsr
-	andl    $~1, %eax
+	andl	$~1, %eax
 	wrmsr
 
 	post_code(0x32)

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I53e33c54fe3ff7b6276a5bbf7defd2db33a60f0f
Gerrit-Change-Number: 30376
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
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/cfc42d04/attachment.html>


More information about the coreboot-gerrit mailing list