diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-09-09 13:11:43 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-09 13:14:47 +0200 |
commit | 9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024 (patch) | |
tree | b6b75a88b7ccbe63ea87a828ce784d5b49553f7f /arch | |
parent | b408e2c205805ae74134f77b12d6bb44dd3dcc86 (diff) |
microblaze: Fix number of syscalls
Number of syscalls have to be updated too.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index fd56a8f66489..ea4b233647c1 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h @@ -38,6 +38,6 @@ #endif /* __ASSEMBLY__ */ -#define __NR_syscalls 381 +#define __NR_syscalls 387 #endif /* _ASM_MICROBLAZE_UNISTD_H */ |