diff options
| -rw-r--r-- | arch/blackfin/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/unistd.h b/arch/blackfin/include/asm/unistd.h index 779be02a910a..22886cbdae7a 100644 --- a/arch/blackfin/include/asm/unistd.h +++ b/arch/blackfin/include/asm/unistd.h | |||
| @@ -388,8 +388,9 @@ | |||
| 388 | #define __NR_pwritev 367 | 388 | #define __NR_pwritev 367 |
| 389 | #define __NR_rt_tgsigqueueinfo 368 | 389 | #define __NR_rt_tgsigqueueinfo 368 |
| 390 | #define __NR_perf_event_open 369 | 390 | #define __NR_perf_event_open 369 |
| 391 | #define __NR_recvmmsg 370 | ||
| 391 | 392 | ||
| 392 | #define __NR_syscall 370 | 393 | #define __NR_syscall 371 |
| 393 | #define NR_syscalls __NR_syscall | 394 | #define NR_syscalls __NR_syscall |
| 394 | 395 | ||
| 395 | /* Old optional stuff no one actually uses */ | 396 | /* Old optional stuff no one actually uses */ |
