MN10300: Wire up new syscalls

Wire up new syscalls rt_tgsigqueueinfo and perf_counter_open.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
このコミットが含まれているのは:
David Howells
2009-06-30 22:33:15 +01:00
committed by Linus Torvalds
コミット 6086071005
2個のファイルの変更5行の追加1行の削除

ファイルの表示

@@ -346,10 +346,12 @@
#define __NR_inotify_init1 333
#define __NR_preadv 334
#define __NR_pwritev 335
#define __NR_rt_tgsigqueueinfo 336
#define __NR_perf_counter_open 337
#ifdef __KERNEL__
#define NR_syscalls 326
#define NR_syscalls 338
/*
* specify the deprecated syscalls we want to support on this arch