mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 01:07:03 +07:00
fefad9ef58
Afaict, the struct seccomp_data argument to secure_computing() is unused
by all current callers. So let's remove it.
The argument was added in [1]. It was added because having the arch
supply the syscall arguments used to be faster than having it done by
secure_computing() (cf. Andy's comment in [2]). This is not true anymore
though.
/* References */
[1]:
|
||
---|---|---|
.. | ||
Makefile | ||
vsyscall_64.c | ||
vsyscall_emu_64.S | ||
vsyscall_trace.h |