HomeFreeBSD

Handle aarch64 defines seperate from arm

Description

Handle aarch64 defines seperate from arm

aarch64 is a different architecture than arm. Some
compilers might choke when both arm and aarch64
are defined.

This change separates the checks for arm and for
aarch64 in the isa_defs.h header files.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Windel Bouwman <windel@windel.nl>
Closes #10335
Closes #13151

Details

Provenance
Windel Bouwman <windel@windel.nl>Authored on Mar 8 2022, 1:49 AM
GitHub <noreply@github.com>Committed on Mar 8 2022, 1:49 AM
Parents
rGdb7f1a91def6: Use _Noreturn (C11; GNU89) properly
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rG9955b9ba2efa: Handle aarch64 defines seperate from arm (authored by Windel Bouwman <windel@windel.nl>).Mar 8 2022, 1:49 AM