aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-09-09 07:11:43 -0400
committerMichal Simek <michal.simek@xilinx.com>2014-09-09 07:14:47 -0400
commit9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024 (patch)
treeb6b75a88b7ccbe63ea87a828ce784d5b49553f7f /arch
parentb408e2c205805ae74134f77b12d6bb44dd3dcc86 (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.h2
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 @@
38 38
39#endif /* __ASSEMBLY__ */ 39#endif /* __ASSEMBLY__ */
40 40
41#define __NR_syscalls 381 41#define __NR_syscalls 387
42 42
43#endif /* _ASM_MICROBLAZE_UNISTD_H */ 43#endif /* _ASM_MICROBLAZE_UNISTD_H */