sparc: Hook up finit_module syscall.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								c4271c6e37
							
						
					
				
			
			
				commit
				
					
						4e4d78f1c1
					
				
			
		
					 3 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -407,8 +407,9 @@
 | 
				
			||||||
#define __NR_process_vm_writev	339
 | 
					#define __NR_process_vm_writev	339
 | 
				
			||||||
#define __NR_kern_features	340
 | 
					#define __NR_kern_features	340
 | 
				
			||||||
#define __NR_kcmp		341
 | 
					#define __NR_kcmp		341
 | 
				
			||||||
 | 
					#define __NR_finit_module	342
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NR_syscalls		342
 | 
					#define NR_syscalls		343
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Bitmask values returned from kern_features system call.  */
 | 
					/* Bitmask values returned from kern_features system call.  */
 | 
				
			||||||
#define KERN_FEATURE_MIXED_MODE_STACK	0x00000001
 | 
					#define KERN_FEATURE_MIXED_MODE_STACK	0x00000001
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,4 +85,4 @@ sys_call_table:
 | 
				
			||||||
/*325*/	.long sys_pwritev, sys_rt_tgsigqueueinfo, sys_perf_event_open, sys_recvmmsg, sys_fanotify_init
 | 
					/*325*/	.long sys_pwritev, sys_rt_tgsigqueueinfo, sys_perf_event_open, sys_recvmmsg, sys_fanotify_init
 | 
				
			||||||
/*330*/	.long sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime
 | 
					/*330*/	.long sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime
 | 
				
			||||||
/*335*/	.long sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev
 | 
					/*335*/	.long sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev
 | 
				
			||||||
/*340*/	.long sys_ni_syscall, sys_kcmp
 | 
					/*340*/	.long sys_ni_syscall, sys_kcmp, sys_finit_module
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -86,7 +86,7 @@ sys_call_table32:
 | 
				
			||||||
	.word compat_sys_pwritev, compat_sys_rt_tgsigqueueinfo, sys_perf_event_open, compat_sys_recvmmsg, sys_fanotify_init
 | 
						.word compat_sys_pwritev, compat_sys_rt_tgsigqueueinfo, sys_perf_event_open, compat_sys_recvmmsg, sys_fanotify_init
 | 
				
			||||||
/*330*/	.word sys32_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, compat_sys_open_by_handle_at, compat_sys_clock_adjtime
 | 
					/*330*/	.word sys32_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, compat_sys_open_by_handle_at, compat_sys_clock_adjtime
 | 
				
			||||||
	.word sys_syncfs, compat_sys_sendmmsg, sys_setns, compat_sys_process_vm_readv, compat_sys_process_vm_writev
 | 
						.word sys_syncfs, compat_sys_sendmmsg, sys_setns, compat_sys_process_vm_readv, compat_sys_process_vm_writev
 | 
				
			||||||
/*340*/	.word sys_kern_features, sys_kcmp
 | 
					/*340*/	.word sys_kern_features, sys_kcmp, sys_finit_module
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* CONFIG_COMPAT */
 | 
					#endif /* CONFIG_COMPAT */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -164,4 +164,4 @@ sys_call_table:
 | 
				
			||||||
	.word sys_pwritev, sys_rt_tgsigqueueinfo, sys_perf_event_open, sys_recvmmsg, sys_fanotify_init
 | 
						.word sys_pwritev, sys_rt_tgsigqueueinfo, sys_perf_event_open, sys_recvmmsg, sys_fanotify_init
 | 
				
			||||||
/*330*/	.word sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime
 | 
					/*330*/	.word sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime
 | 
				
			||||||
	.word sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev
 | 
						.word sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev
 | 
				
			||||||
/*340*/	.word sys_kern_features, sys_kcmp
 | 
					/*340*/	.word sys_kern_features, sys_kcmp, sys_finit_module
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue