projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc9c48
)
microblaze: Wire up recvmmsg syscall
author
Michal Simek
<monstr@monstr.eu>
Mon, 28 Dec 2009 13:21:46 +0000
(14:21 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 18 Jan 2010 15:35:15 +0000
(16:35 +0100)
Patch
a2e2725541fad72416326798c2d7fa4dafb7d337
should
contain change in unistd.h too. The same problem
had MIPS.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/unistd.h
b/arch/microblaze/include/asm/unistd.h
index
cb05a07
..
1ac847b
100644
(file)
--- a/
arch/microblaze/include/asm/unistd.h
+++ b/
arch/microblaze/include/asm/unistd.h
@@
-382,8
+382,9
@@
#define __NR_pwritev 364 /* new */
#define __NR_rt_tgsigqueueinfo 365 /* new */
#define __NR_perf_event_open 366 /* new */
+#define __NR_recvmmsg 367 /* new */
-#define __NR_syscalls 36
7
+#define __NR_syscalls 36
8
#ifdef __KERNEL__
#ifndef __ASSEMBLY__