From 6d772bc6c304733128e9a84487c7dd8a11eab40a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 22 Dec 2018 09:19:49 +0100 Subject: car/non-evict/exit_car.S: Use tabs instead of white spaces Change-Id: I53e33c54fe3ff7b6276a5bbf7defd2db33a60f0f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30376 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick --- src/cpu/intel/car/non-evict/exit_car.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cpu/intel/car/non-evict/exit_car.S b/src/cpu/intel/car/non-evict/exit_car.S index 5eb25156b3..8adc5f6a00 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) -- cgit v1.2.3