HomeFreeBSD

arm64: Disable outling atomics

Description

arm64: Disable outling atomics

We don't have the symbols for this. The virtio randon number driver
uses a C11 atomic operation. With inline atomics this is translated to
an Armv8.0 atomic operation, with outling atomics this becomes a
function call to a handler. As we don't have the needed function the
kernel fails to link.

Fix by disabling outline atomics for now.

Reviewed by: brooks, imp
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45301

Details

Provenance
andrewAuthored on Tue, Jun 4, 12:45 PM
Reviewer
brooks
Differential Revision
D45301: arm64: Disable outling atomics
Parents
rG8d7331e62a5a: nuageinit: fix authorized_key test
Branches
Unknown
Tags
Unknown