From: Paul Mundt Date: Wed, 10 Dec 2008 10:18:46 +0000 (+0900) Subject: sh: Fix up syscall_get_nr() comment in syscall_32.h. X-Git-Tag: v2.6.29-rc1~591^2~56 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f15b2dc02fef0c53aa5ffa3c4617e184f057d402;p=karo-tx-linux.git sh: Fix up syscall_get_nr() comment in syscall_32.h. Residual copy-and-paste damage, fix it up. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/include/asm/syscall_32.h b/arch/sh/include/asm/syscall_32.h index 54773f26cd44..05a868a71ef5 100644 --- a/arch/sh/include/asm/syscall_32.h +++ b/arch/sh/include/asm/syscall_32.h @@ -5,7 +5,7 @@ #include #include -/* 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) {