diff options
author | Paul Mackerras <paulus@samba.org> | 2009-01-09 07:01:53 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-01-09 08:27:53 +0100 |
commit | d662ed26734473d4cb5f3d78cebfec8f9126e97c (patch) | |
tree | dcf32a7a03a544f0cc456b36e5e2ec611c531715 /arch/powerpc/include/asm/systbl.h | |
parent | perf_counter: Add dummy perf_counter_print_debug function (diff) | |
download | linux-d662ed26734473d4cb5f3d78cebfec8f9126e97c.tar.xz linux-d662ed26734473d4cb5f3d78cebfec8f9126e97c.zip |
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>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 803def236654..da300c4d2888 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -322,3 +322,4 @@ SYSCALL_SPU(epoll_create1) SYSCALL_SPU(dup3) SYSCALL_SPU(pipe2) SYSCALL(inotify_init1) +SYSCALL(perf_counter_open) |