projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ceaa1a1
8ef102c
)
Merge branch 'fixes' into for-linus
author
Russell King
<
[email protected]
>
Fri, 5 Oct 2012 23:19:06 +0000
(
00:19
+0100)
committer
Russell King
<
[email protected]
>
Fri, 5 Oct 2012 23:19:06 +0000
(
00:19
+0100)
1
2
arch/arm/include/asm/syscall.h
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
arch/arm/include/asm/syscall.h
index 47486a41c56e7ff9256061aa5f3fde75dc6a6e84,fce38a684e4493607cd0ad3c99381c56b22b7e33..9fdded6b108971412c3f92a13be48724313b3512
---
1
/
arch/arm/include/asm/syscall.h
---
2
/
arch/arm/include/asm/syscall.h
+++ b/
arch/arm/include/asm/syscall.h
@@@
-8,11
-8,8
+8,12
@@@
#define _ASM_ARM_SYSCALL_H
#include <linux/err.h>
+ #include <linux/sched.h>
+#include <asm/unistd.h>
+
+#define NR_syscalls (__NR_syscalls)
+
extern const unsigned long sys_call_table[];
static inline int syscall_get_nr(struct task_struct *task,