projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0891a8d
)
[PATCH] sys_getcpu() prototype annotated
author
Al Viro
<viro@ftp.linux.org.uk>
Fri, 29 Sep 2006 08:58:35 +0000
(
01:58
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:03 +0000
(09:18 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/syscalls.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/syscalls.h
b/include/linux/syscalls.h
index 3f0f716225ecd714d1c21fac4076e6ef6fbbce12..2d1c3d5c83acc150d9838c881d4d22d79509fc4b 100644
(file)
--- a/
include/linux/syscalls.h
+++ b/
include/linux/syscalls.h
@@
-597,6
+597,6
@@
asmlinkage long sys_get_robust_list(int pid,
size_t __user *len_ptr);
asmlinkage long sys_set_robust_list(struct robust_list_head __user *head,
size_t len);
-asmlinkage long sys_getcpu(unsigned
*cpu, unsigned *node, struct getcpu_cache
*cache);
+asmlinkage long sys_getcpu(unsigned
__user *cpu, unsigned __user *node, struct getcpu_cache __user
*cache);
#endif