diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-08-21 22:03:54 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-08-26 23:14:50 +0200 |
commit | 9848484fad9ddeb18f18f02f9ecdcd330ac9a216 (patch) | |
tree | 886e36a007734c46318dc00e75213271db89a6c4 /arch/m68knommu | |
parent | 9fd926b4ab1e38ac5e3eb3ba0afb56726d90aa88 (diff) | |
download | linux-stable-9848484fad9ddeb18f18f02f9ecdcd330ac9a216.tar.gz linux-stable-9848484fad9ddeb18f18f02f9ecdcd330ac9a216.tar.bz2 linux-stable-9848484fad9ddeb18f18f02f9ecdcd330ac9a216.zip |
m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/syscalltable.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/syscalltable.S b/arch/m68knommu/kernel/syscalltable.S index c0b8782832fd..0ae123e08985 100644 --- a/arch/m68knommu/kernel/syscalltable.S +++ b/arch/m68knommu/kernel/syscalltable.S @@ -349,6 +349,8 @@ ENTRY(sys_call_table) .long sys_inotify_init1 .long sys_preadv .long sys_pwritev /* 330 */ + .long sys_rt_tgsigqueueinfo + .long sys_perf_counter_open .rept NR_syscalls-(.-sys_call_table)/4 .long sys_ni_syscall |