projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b408e2c
)
microblaze: Fix number of syscalls
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 9 Sep 2014 11:11:43 +0000
(13:11 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/unistd.h
b/arch/microblaze/include/asm/unistd.h
index
fd56a8f
..
ea4b233
100644
(file)
--- a/
arch/microblaze/include/asm/unistd.h
+++ b/
arch/microblaze/include/asm/unistd.h
@@
-38,6
+38,6
@@
#endif /* __ASSEMBLY__ */
-#define __NR_syscalls 38
1
+#define __NR_syscalls 38
7
#endif /* _ASM_MICROBLAZE_UNISTD_H */