diff options
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r-- | arch/blackfin/mach-common/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S index f96933f48a7f..dda11ef06be5 100644 --- a/arch/blackfin/mach-common/entry.S +++ b/arch/blackfin/mach-common/entry.S | |||
@@ -1753,6 +1753,7 @@ ENTRY(_sys_call_table) | |||
1753 | .long _sys_open_by_handle_at | 1753 | .long _sys_open_by_handle_at |
1754 | .long _sys_clock_adjtime | 1754 | .long _sys_clock_adjtime |
1755 | .long _sys_syncfs | 1755 | .long _sys_syncfs |
1756 | .long _sys_setns | ||
1756 | 1757 | ||
1757 | .rept NR_syscalls-(.-_sys_call_table)/4 | 1758 | .rept NR_syscalls-(.-_sys_call_table)/4 |
1758 | .long _sys_ni_syscall | 1759 | .long _sys_ni_syscall |