mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	MIPS: MSP71xx: Use __flush_cache_all instead of flush_cache_all.
Flushing caches is probably sensible on reset but flush_cache_all has been a no-op for a very long time. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									9329c154e4
								
							
						
					
					
						commit
						7c8196fd43
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -118,7 +118,7 @@ void msp_restart(char *command) | |||
| 	/* No chip-specific reset code, just jump to the ROM reset vector */ | ||||
| 	set_c0_status(ST0_BEV | ST0_ERL); | ||||
| 	change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); | ||||
| 	flush_cache_all(); | ||||
| 	__flush_cache_all(); | ||||
| 	write_c0_wired(0); | ||||
| 
 | ||||
| 	__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000)); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ralf Baechle
						Ralf Baechle