]> git.karo-electronics.de Git - linux-beck.git/commitdiff
microblaze: Fix number of syscalls
authorMichal Simek <michal.simek@xilinx.com>
Tue, 9 Sep 2014 11:11:43 +0000 (13:11 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 9 Sep 2014 11:14:47 +0000 (13:14 +0200)
Number of syscalls have to be updated too.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/unistd.h

index fd56a8f66489dc68264ac8f70cc70863c6f25380..ea4b233647c1aa32d23562e7abba7dab72d404db 100644 (file)
@@ -38,6 +38,6 @@
 
 #endif /* __ASSEMBLY__ */
 
-#define __NR_syscalls         381
+#define __NR_syscalls         387
 
 #endif /* _ASM_MICROBLAZE_UNISTD_H */