mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-30 03:40:41 +00:00 
			
		
		
		
	 e513588f75
			
		
	
	
		e513588f75
		
	
	
	
	
		
			
			The prototypes in syscalls.h all make sense for microblaze, but for some of them, the actual implementation in sys_microblaze.c needs to be adapted. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
		
			
				
	
	
		
			9 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_MICROBLAZE_SYSCALLS_H
 | |
| 
 | |
| asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
 | |
| #define sys_clone sys_clone
 | |
| 
 | |
| #include <asm-generic/syscalls.h>
 | |
| 
 | |
| #endif /* __ASM_MICROBLAZE_SYSCALLS_H */
 |