forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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;