mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:53:24 +00:00 
			
		
		
		
	 4a1421f81b
			
		
	
	
		4a1421f81b
		
	
	
	
	
		
			
			set_cpus_allowed is not safe in interrupt context and disabling apics is complicated code so don't call machine_shutdown on i386 from emergency_restart(). Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_EMERGENCY_RESTART_H
 | |
| #define _ASM_EMERGENCY_RESTART_H
 | |
| 
 | |
| extern void machine_emergency_restart(void);
 | |
| 
 | |
| #endif /* _ASM_EMERGENCY_RESTART_H */
 |