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>
This commit is contained in:
parent
cbc561f64a
commit
6d772bc6c3
|
@ -42,11 +42,11 @@ chipset_teardown_car:
|
||||||
wrmsr
|
wrmsr
|
||||||
|
|
||||||
/* Disable the no eviction run state */
|
/* Disable the no eviction run state */
|
||||||
movl $NoEvictMod_MSR, %ecx
|
movl $NoEvictMod_MSR, %ecx
|
||||||
rdmsr
|
rdmsr
|
||||||
andl $~2, %eax
|
andl $~2, %eax
|
||||||
wrmsr
|
wrmsr
|
||||||
andl $~1, %eax
|
andl $~1, %eax
|
||||||
wrmsr
|
wrmsr
|
||||||
|
|
||||||
post_code(0x32)
|
post_code(0x32)
|
||||||
|
|
Loading…
Reference in New Issue