]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pick the right vDSO file/linker flags when building cloudabi32.ko on ARM64.
authorEd Schouten <ed@FreeBSD.org>
Fri, 24 Nov 2017 14:02:32 +0000 (14:02 +0000)
committerEd Schouten <ed@FreeBSD.org>
Fri, 24 Nov 2017 14:02:32 +0000 (14:02 +0000)
commit39202638bce05a1e9e7e1b56cb1ba92ff0abe9ab
treec0e49c7f7b89d371e749c5fddff6e901876dc5f0
parent09f966caf7c217ac430df0e583f14e64ad09da8c
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