mirror of
				https://github.com/acidanthera/audk.git
				synced 2025-10-31 03:03:46 +01:00 
			
		
		
		
	ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu() already does it
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14436 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		
							parent
							
								
									2425e1d4fe
								
							
						
					
					
						commit
						918c653e1f
					
				| @ -222,10 +222,10 @@ ArmConfigureMmu ( | |||||||
| 
 | 
 | ||||||
|   ArmCleanInvalidateDataCache (); |   ArmCleanInvalidateDataCache (); | ||||||
|   ArmInvalidateInstructionCache (); |   ArmInvalidateInstructionCache (); | ||||||
|   ArmInvalidateTlb (); |  | ||||||
| 
 | 
 | ||||||
|   ArmDisableDataCache (); |   ArmDisableDataCache (); | ||||||
|   ArmDisableInstructionCache(); |   ArmDisableInstructionCache(); | ||||||
|  |   // TLBs are also invalidated when calling ArmDisableMmu()
 | ||||||
|   ArmDisableMmu (); |   ArmDisableMmu (); | ||||||
| 
 | 
 | ||||||
|   // Make sure nothing sneaked into the cache
 |   // Make sure nothing sneaked into the cache
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user