HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30376
Change subject: car/non-evict/exit_car.S: Use tabs instead of white spaces ......................................................................
car/non-evict/exit_car.S: Use tabs instead of white spaces
Change-Id: I53e33c54fe3ff7b6276a5bbf7defd2db33a60f0f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/car/non-evict/exit_car.S 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/30376/1
diff --git a/src/cpu/intel/car/non-evict/exit_car.S b/src/cpu/intel/car/non-evict/exit_car.S index 5eb2515..8adc5f6 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 @@ 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)