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

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Dec 21 19:16:09 CET 2018


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

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

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

Change-Id: Icc5fc9ca4aadf02bd9e63b4abc02131b6c2a79da
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30336
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/cache_as_ram.S
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/src/cpu/intel/car/non-evict/cache_as_ram.S b/src/cpu/intel/car/non-evict/cache_as_ram.S
index 8f4cfe7..163f4b4 100644
--- a/src/cpu/intel/car/non-evict/cache_as_ram.S
+++ b/src/cpu/intel/car/non-evict/cache_as_ram.S
@@ -128,10 +128,10 @@
 	movl	%eax, %cr0
 
 	/* enable the 'no eviction' mode */
-	movl    $NoEvictMod_MSR, %ecx
+	movl	$NoEvictMod_MSR, %ecx
 	rdmsr
-	orl     $1, %eax
-	andl    $~2, %eax
+	orl	$1, %eax
+	andl	$~2, %eax
 	wrmsr
 
 	/* Clear the cache memory region. This will also fill up the cache. */
@@ -142,9 +142,9 @@
 	rep	stosl
 
 	/* enable the 'no eviction run' state */
-	movl    $NoEvictMod_MSR, %ecx
+	movl	$NoEvictMod_MSR, %ecx
 	rdmsr
-	orl     $3, %eax
+	orl	$3, %eax
 	wrmsr
 
 	post_code(0x26)

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icc5fc9ca4aadf02bd9e63b4abc02131b6c2a79da
Gerrit-Change-Number: 30336
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
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/20181221/f3957b39/attachment.html>


More information about the coreboot-gerrit mailing list