powerpc/perf_counter: Add perf_counter system call on powerpc

... with an empty/dummy asm/perf_counter.h so it builds.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2009-01-09 17:01:53 +11:00
parent 4eb96fcfe0
commit d662ed2673
4 changed files with 14 additions and 1 deletions

View File

@ -341,10 +341,11 @@
#define __NR_dup3 316
#define __NR_pipe2 317
#define __NR_inotify_init1 318
#define __NR_perf_counter_open 319
#ifdef __KERNEL__
#define __NR_syscalls 319
#define __NR_syscalls 320
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls