diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/syscall.h b/arch/microblaze/include/asm/syscall.h index 833d3a53dab3..3a6924f3cbde 100644 --- a/arch/microblaze/include/asm/syscall.h +++ b/arch/microblaze/include/asm/syscall.h | |||
@@ -105,7 +105,7 @@ static inline void syscall_set_arguments(struct task_struct *task, | |||
105 | asmlinkage unsigned long do_syscall_trace_enter(struct pt_regs *regs); | 105 | asmlinkage unsigned long do_syscall_trace_enter(struct pt_regs *regs); |
106 | asmlinkage void do_syscall_trace_leave(struct pt_regs *regs); | 106 | asmlinkage void do_syscall_trace_leave(struct pt_regs *regs); |
107 | 107 | ||
108 | static inline int syscall_get_arch(void) | 108 | static inline int syscall_get_arch(struct task_struct *task) |
109 | { | 109 | { |
110 | return AUDIT_ARCH_MICROBLAZE; | 110 | return AUDIT_ARCH_MICROBLAZE; |
111 | } | 111 | } |