forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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;