]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64.
authored <ed@FreeBSD.org>
Fri, 24 Nov 2017 14:02:32 +0000 (14:02 +0000)
committered <ed@FreeBSD.org>
Fri, 24 Nov 2017 14:02:32 +0000 (14:02 +0000)
commit87b257c9de02e9c416d670335becf50fbf4f6a72
treec0e49c7f7b89d371e749c5fddff6e901876dc5f0
parentf670022acb3c892024f7c5435b93de145c69ea30
Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64.

The recently imported cloudabi_vdso_armv6_on_64bit.S should be the vDSO
for 32-bit processes when being run on FreeBSD/arm64. This vDSO ensures
that all system call arguments are padded to 64 bits, so that they can
be used by the kernel to call into most of the native implementations
directly.
sys/modules/cloudabi32/Makefile