projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b9c34
)
powerpc/syscalls: timer_create can be handle by perfectly normal COMPAT_SYS_SPU
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 2 May 2018 13:20:51 +0000
(23:20 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 10 May 2018 13:25:16 +0000
(23:25 +1000)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/systbl.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/systbl.h
b/arch/powerpc/include/asm/systbl.h
index
cdf5280
..
79a3b47
100644
(file)
--- a/
arch/powerpc/include/asm/systbl.h
+++ b/
arch/powerpc/include/asm/systbl.h
@@
-245,7
+245,7
@@
SYSCALL_SPU(epoll_create)
SYSCALL_SPU(epoll_ctl)
SYSCALL_SPU(epoll_wait)
SYSCALL_SPU(remap_file_pages)
-
SYSX_SPU(sys_timer_create,compat_sys_timer_create,sys_
timer_create)
+
COMPAT_SYS_SPU(
timer_create)
COMPAT_SYS_SPU(timer_settime)
COMPAT_SYS_SPU(timer_gettime)
SYSCALL_SPU(timer_getoverrun)