<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30336">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Tristan Corrick: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">car/non-evict/cache_as_ram.S: Use tabs instead of spaces<br><br>Change-Id: Icc5fc9ca4aadf02bd9e63b4abc02131b6c2a79da<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>Reviewed-on: https://review.coreboot.org/c/30336<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Tristan Corrick <tristan@corrick.kiwi><br>---<br>M src/cpu/intel/car/non-evict/cache_as_ram.S<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/intel/car/non-evict/cache_as_ram.S b/src/cpu/intel/car/non-evict/cache_as_ram.S</span><br><span>index 8f4cfe7..163f4b4 100644</span><br><span>--- a/src/cpu/intel/car/non-evict/cache_as_ram.S</span><br><span>+++ b/src/cpu/intel/car/non-evict/cache_as_ram.S</span><br><span>@@ -128,10 +128,10 @@</span><br><span>     movl    %eax, %cr0</span><br><span> </span><br><span>       /* enable the 'no eviction' mode */</span><br><span style="color: hsl(0, 100%, 40%);">-     movl    $NoEvictMod_MSR, %ecx</span><br><span style="color: hsl(120, 100%, 40%);">+ movl    $NoEvictMod_MSR, %ecx</span><br><span>        rdmsr</span><br><span style="color: hsl(0, 100%, 40%);">-   orl     $1, %eax</span><br><span style="color: hsl(0, 100%, 40%);">-        andl    $~2, %eax</span><br><span style="color: hsl(120, 100%, 40%);">+     orl     $1, %eax</span><br><span style="color: hsl(120, 100%, 40%);">+      andl    $~2, %eax</span><br><span>    wrmsr</span><br><span> </span><br><span>    /* Clear the cache memory region. This will also fill up the cache. */</span><br><span>@@ -142,9 +142,9 @@</span><br><span>         rep     stosl</span><br><span> </span><br><span>    /* enable the 'no eviction run' state */</span><br><span style="color: hsl(0, 100%, 40%);">-        movl    $NoEvictMod_MSR, %ecx</span><br><span style="color: hsl(120, 100%, 40%);">+ movl    $NoEvictMod_MSR, %ecx</span><br><span>        rdmsr</span><br><span style="color: hsl(0, 100%, 40%);">-   orl     $3, %eax</span><br><span style="color: hsl(120, 100%, 40%);">+      orl     $3, %eax</span><br><span>     wrmsr</span><br><span> </span><br><span>    post_code(0x26)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30336">change 30336</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/c/coreboot/+/30336"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Icc5fc9ca4aadf02bd9e63b4abc02131b6c2a79da </div>
<div style="display:none"> Gerrit-Change-Number: 30336 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>
<div style="display:none"> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> </div>
<div style="display:none"> Gerrit-Reviewer: Tristan Corrick <tristan@corrick.kiwi> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>