forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/x86/um/asm/syscall.h
....@@ -9,7 +9,7 @@
99 unsigned long, unsigned long,
1010 unsigned long, unsigned long);
1111
12
-static inline int syscall_get_arch(void)
12
+static inline int syscall_get_arch(struct task_struct *task)
1313 {
1414 #ifdef CONFIG_X86_32
1515 return AUDIT_ARCH_I386;