commit | 9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Sep 09 13:11:43 2014 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Sep 09 13:14:47 2014 +0200 |
tree | b6b75a88b7ccbe63ea87a828ce784d5b49553f7f | |
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>
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index fd56a8f..ea4b233 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 */