From a28befdf8a9e1c18d954f04bbb82cb5b9da4b8aa Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 20 Dec 2018 13:59:34 +0100 Subject: car/non-evict/cache_as_ram.S: Use tabs instead of spaces Change-Id: Icc5fc9ca4aadf02bd9e63b4abc02131b6c2a79da Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/30336 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick --- src/cpu/intel/car/non-evict/cache_as_ram.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/cpu/intel') 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 8f4cfe7409..163f4b4d84 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 @@ addrsize_set_high: 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 @@ addrsize_set_high: 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) -- cgit v1.2.3