]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - arch/mips/include/asm/syscall.h
syscalls: Remove start and number from syscall_get_arguments() args
[thirdparty/kernel/linux.git] / arch / mips / include / asm / syscall.h
index 6cf8ffb5367ec3fb725aac26c701d0ae5d81923c..a2b4748655df4d1466d037b971855c8046c589e8 100644 (file)
@@ -116,9 +116,10 @@ static inline void syscall_set_return_value(struct task_struct *task,
 
 static inline void syscall_get_arguments(struct task_struct *task,
                                         struct pt_regs *regs,
-                                        unsigned int i, unsigned int n,
                                         unsigned long *args)
 {
+       unsigned int i = 0;
+       unsigned int n = 6;
        int ret;
 
        /* O32 ABI syscall() */