mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
linux: make linux64.ko loadable again on aarch64
This should probably get deduplicated; this is a quick fix
just to unbreak things.
Fixes: 6d926e850d
Sponsored By: EPSRC
This commit is contained in:
parent
40923b0c81
commit
023ee5392c
1 changed files with 8 additions and 0 deletions
|
|
@ -61,3 +61,11 @@ DUMMY(mq_timedreceive);
|
|||
DUMMY(mq_notify);
|
||||
DUMMY(mq_getsetattr);
|
||||
DUMMY(semtimedop);
|
||||
DUMMY(statx);
|
||||
DUMMY(io_pgetevents);
|
||||
DUMMY(kexec_file_load);
|
||||
DUMMY(rseq);
|
||||
DUMMY(pidfd_send_signal);
|
||||
DUMMY(io_uring_setup);
|
||||
DUMMY(io_uring_enter);
|
||||
DUMMY(io_uring_register);
|
||||
|
|
|
|||
Loading…
Reference in a new issue