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:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							cbc561f64a
						
					
				
				
					commit
					6d772bc6c3
				
			| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user