diff options
Diffstat (limited to 'arch/m32r/kernel/syscall_table.S')
| -rw-r--r-- | arch/m32r/kernel/syscall_table.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/syscall_table.S b/arch/m32r/kernel/syscall_table.S index 528f2e6ad06..f365c19795e 100644 --- a/arch/m32r/kernel/syscall_table.S +++ b/arch/m32r/kernel/syscall_table.S @@ -168,7 +168,7 @@ ENTRY(sys_call_table)  	.long sys_tas			/* vm86 syscall holder */  	.long sys_ni_syscall		/* query_module syscall holder */  	.long sys_poll -	.long sys_nfsservctl +	.long sys_ni_syscall		/* was nfsservctl */  	.long sys_setresgid		/* 170 */  	.long sys_getresgid  	.long sys_prctl  |