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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user