syscall_get_arch: add "struct task_struct *" argument
[linux-block.git] / arch / nios2 / include / asm / syscall.h
index cf35e210fc4dafeb787bb0aa6d2b3502a98b0a63..f0f6ae208e78980b72e469018ddf30ea50a282ed 100644 (file)
@@ -136,7 +136,7 @@ static inline void syscall_set_arguments(struct task_struct *task,
        }
 }
 
-static inline int syscall_get_arch(void)
+static inline int syscall_get_arch(struct task_struct *task)
 {
        return AUDIT_ARCH_NIOS2;
 }