diff options
Diffstat (limited to 'arch/m68k/kernel/syscalltable.S')
| -rw-r--r-- | arch/m68k/kernel/syscalltable.S | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S index 3f04ea0ab80..501e1021278 100644 --- a/arch/m68k/kernel/syscalltable.S +++ b/arch/m68k/kernel/syscalltable.S @@ -369,4 +369,7 @@ ENTRY(sys_call_table)  	.long sys_process_vm_writev  	.long sys_kcmp  	.long sys_finit_module +	.long sys_sched_setattr +	.long sys_sched_getattr		/* 350 */ +	.long sys_renameat2  | 
