aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-09-09 13:11:43 +0200
committerMichal Simek <michal.simek@xilinx.com>2014-09-09 13:14:47 +0200
commit9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024 (patch)
treeb6b75a88b7ccbe63ea87a828ce784d5b49553f7f
parentb408e2c205805ae74134f77b12d6bb44dd3dcc86 (diff)
downloadkgraft-9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024.tar.gz
microblaze: Fix number of syscalls
Number of syscalls have to be updated too. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-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 fd56a8f66489d..ea4b233647c1a 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 */