diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-10 19:18:46 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:04 +0900 |
commit | f15b2dc02fef0c53aa5ffa3c4617e184f057d402 (patch) | |
tree | b6069b4352c32d681c986cf7f5384ff35bf0ede2 /arch/sh | |
parent | 35724a0aed6e62bdad640e8a1b8498329708226f (diff) | |
download | op-kernel-dev-f15b2dc02fef0c53aa5ffa3c4617e184f057d402.zip op-kernel-dev-f15b2dc02fef0c53aa5ffa3c4617e184f057d402.tar.gz |
sh: Fix up syscall_get_nr() comment in syscall_32.h.
Residual copy-and-paste damage, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/asm/syscall_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/syscall_32.h b/arch/sh/include/asm/syscall_32.h index 54773f2..05a868a 100644 --- 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) { |