Commit 2eba1914 authored by David Howells's avatar David Howells Committed by Linus Torvalds

[PATCH] FRV: vperfctr syscalls don't exist in -bk8

This marks the vperfctr syscalls as unavailable as they aren't actually
implemented in -bk8. 
Signed-Off-By: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e916eafd
......@@ -1421,11 +1421,11 @@ sys_call_table:
.long sys_add_key
.long sys_request_key
.long sys_keyctl
.long sys_vperfctr_open
.long sys_vperfctr_control /* 290 */
.long sys_vperfctr_unlink
.long sys_vperfctr_iresume
.long sys_vperfctr_read
.long sys_ni_syscall // sys_vperfctr_open
.long sys_ni_syscall // sys_vperfctr_control /* 290 */
.long sys_ni_syscall // sys_vperfctr_unlink
.long sys_ni_syscall // sys_vperfctr_iresume
.long sys_ni_syscall // sys_vperfctr_read
syscall_table_size = (. - sys_call_table)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment