]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify exec_sysvec_init() to allow non-native abi to setup their sysentvecs.
authorDmitry Chagin <dchagin@FreeBSD.org>
Tue, 20 Jul 2021 06:53:21 +0000 (09:53 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Tue, 20 Jul 2021 06:53:21 +0000 (09:53 +0300)
commit21629e2a456446bff101813a16f8cba046f44176
tree145d5d45ea728d52c9f7e6ffec09d00ddac3fa33
parent815165be201e49d118e93dec6c257cd63b69d158
Modify exec_sysvec_init() to allow non-native abi to setup their sysentvecs.

For future use in the Linux emulation layer modify the exec_sysvec_init()
to allow non-native abi to fill sv_timekeep_base and sv_shared_page_obj.

Reviewed by: kib
Differential revision: https://reviews.freebsd.org/D30898
MFC after: 2 weeks
sys/kern/kern_sharedpage.c