diff options
| author | Michal Simek <monstr@monstr.eu> | 2009-12-28 08:21:46 -0500 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2010-01-18 10:35:15 -0500 |
| commit | ce9c37f1318d98c357ab733be51b768ba138c0b0 (patch) | |
| tree | 4809904afede7586a5c39416df7318267ec94230 | |
| parent | 7dc9c484a71525794ca05cf7a47f283f1b54cd12 (diff) | |
microblaze: Wire up recvmmsg syscall
Patch a2e2725541fad72416326798c2d7fa4dafb7d337 should
contain change in unistd.h too. The same problem
had MIPS.
Signed-off-by: Michal Simek <monstr@monstr.eu>
| -rw-r--r-- | arch/microblaze/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index cb05a07e55e9..1ac847b85685 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h | |||
| @@ -382,8 +382,9 @@ | |||
| 382 | #define __NR_pwritev 364 /* new */ | 382 | #define __NR_pwritev 364 /* new */ |
| 383 | #define __NR_rt_tgsigqueueinfo 365 /* new */ | 383 | #define __NR_rt_tgsigqueueinfo 365 /* new */ |
| 384 | #define __NR_perf_event_open 366 /* new */ | 384 | #define __NR_perf_event_open 366 /* new */ |
| 385 | #define __NR_recvmmsg 367 /* new */ | ||
| 385 | 386 | ||
| 386 | #define __NR_syscalls 367 | 387 | #define __NR_syscalls 368 |
| 387 | 388 | ||
| 388 | #ifdef __KERNEL__ | 389 | #ifdef __KERNEL__ |
| 389 | #ifndef __ASSEMBLY__ | 390 | #ifndef __ASSEMBLY__ |
