diff options
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
| -rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index 374f66e05f3..d20a4bc9ed0 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -583,6 +583,7 @@ einval:	li	v0, -ENOSYS  	sys	sys_process_vm_readv	6	/* 4345 */  	sys	sys_process_vm_writev	6  	sys	sys_kcmp		5 +	sys	sys_finit_module	3  	.endm  	/* We pre-compute the number of _instruction_ bytes needed to  |