diff options
Diffstat (limited to 'arch/m68k/kernel/entry.S')
-rw-r--r-- | arch/m68k/kernel/entry.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S index 5c332f2b9b83..8744f60c07a9 100644 --- a/arch/m68k/kernel/entry.S +++ b/arch/m68k/kernel/entry.S | |||
@@ -753,4 +753,6 @@ sys_call_table: | |||
753 | .long sys_dup3 | 753 | .long sys_dup3 |
754 | .long sys_pipe2 | 754 | .long sys_pipe2 |
755 | .long sys_inotify_init1 | 755 | .long sys_inotify_init1 |
756 | .long sys_preadv | ||
757 | .long sys_pwritev /* 330 */ | ||
756 | 758 | ||