projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35724a0
)
sh: Fix up syscall_get_nr() comment in syscall_32.h.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 10 Dec 2008 10:18:46 +0000
(19:18 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:04 +0000
(18:44 +0900)
Residual copy-and-paste damage, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/syscall_32.h
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/syscall_32.h
b/arch/sh/include/asm/syscall_32.h
index 54773f26cd4480daecfc6161ae511069ab0537b9..05a868a71ef5a7502736fd81586c540acc80ffea 100644
(file)
--- a/
arch/sh/include/asm/syscall_32.h
+++ b/
arch/sh/include/asm/syscall_32.h
@@
-5,7
+5,7
@@
#include <linux/sched.h>
#include <asm/ptrace.h>
-/* The system call number is given by the user in
%g1
*/
+/* The system call number is given by the user in
R3
*/
static inline long syscall_get_nr(struct task_struct *task,
struct pt_regs *regs)
{