diff options
Diffstat (limited to 'arch/x86/um/asm/syscall.h')
-rw-r--r-- | arch/x86/um/asm/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/asm/syscall.h b/arch/x86/um/asm/syscall.h index ef898af102d1..56a2f0913e3c 100644 --- a/arch/x86/um/asm/syscall.h +++ b/arch/x86/um/asm/syscall.h | |||
@@ -9,7 +9,7 @@ typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, | |||
9 | unsigned long, unsigned long, | 9 | unsigned long, unsigned long, |
10 | unsigned long, unsigned long); | 10 | unsigned long, unsigned long); |
11 | 11 | ||
12 | static inline int syscall_get_arch(void) | 12 | static inline int syscall_get_arch(struct task_struct *task) |
13 | { | 13 | { |
14 | #ifdef CONFIG_X86_32 | 14 | #ifdef CONFIG_X86_32 |
15 | return AUDIT_ARCH_I386; | 15 | return AUDIT_ARCH_I386; |