Module Name:src
Committed By: mrg
Date: Sun Feb 18 10:49:43 UTC 2024
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
if we're building with GCC and MACHINE_CPU is aarch64, error out since
that isn't going to work.
doing this better in config(1) is difficu
Module Name:src
Committed By: mrg
Date: Sun Feb 18 10:49:43 UTC 2024
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
if we're building with GCC and MACHINE_CPU is aarch64, error out since
that isn't going to work.
doing this better in config(1) is difficu
Module Name:src
Committed By: rin
Date: Mon Aug 26 17:18:42 UTC 2019
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
PR kern/54486
Workaround for alignment faults on ARMv6+, at least occur with
axe(4) and athn(4) drivers.
For ARMv6+, unaligned access is
Module Name:src
Committed By: rin
Date: Mon Aug 26 17:18:42 UTC 2019
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
PR kern/54486
Workaround for alignment faults on ARMv6+, at least occur with
axe(4) and athn(4) drivers.
For ARMv6+, unaligned access is