src/cpu: Fix typo
Change-Id: I13dec72b2de2a525d45909e697c33fbdc31111cb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27918 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
		
				
					committed by
					
						 Martin Roth
						Martin Roth
					
				
			
			
				
	
			
			
			
						parent
						
							394ec02298
						
					
				
				
					commit
					ece26961b9
				
			| @@ -72,7 +72,7 @@ void intel_cpu_haswell_finalize_smm(void) | ||||
| 	msr_set_bit(MSR_PP1_POWER_LIMIT, 31); | ||||
| #endif | ||||
|  | ||||
| 	/* Lock TM interupts - route thermal events to all processors */ | ||||
| 	/* Lock TM interrupts - route thermal events to all processors */ | ||||
| 	msr_set_bit(MSR_MISC_PWR_MGMT, 22); | ||||
|  | ||||
| 	/* Lock memory configuration to protect SMM */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user