summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-22 09:19:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-24 08:16:44 +0000
commit6d772bc6c304733128e9a84487c7dd8a11eab40a (patch)
treeb68fc3e36d26035d5f81c52cd73bb36aa1b3aad1
parentcbc561f64a5dc5ca4489703ba96b7ec91d840bf7 (diff)
downloadcoreboot-6d772bc6c304733128e9a84487c7dd8a11eab40a.tar.gz
coreboot-6d772bc6c304733128e9a84487c7dd8a11eab40a.tar.bz2
coreboot-6d772bc6c304733128e9a84487c7dd8a11eab40a.zip
car/non-evict/exit_car.S: Use tabs instead of white spaces
Change-Id: I53e33c54fe3ff7b6276a5bbf7defd2db33a60f0f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30376 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
-rw-r--r--src/cpu/intel/car/non-evict/exit_car.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/intel/car/non-evict/exit_car.S b/src/cpu/intel/car/non-evict/exit_car.S
index 5eb25156b3cc..8adc5f6a005b 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 @@ chipset_teardown_car:
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)