CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/01/20 13:13:29
Modified files: sys/arch/arm/arm: cpufunc.c Log message: Upstream llvm commit e314622f204a makes it clear that ARM does not consider ARMv7 to be a strict alignment architecture. So stop setting the SCTLR.A bit. This means we don't have to change the default settings for the upcoming LLVM 19 import. ok jca@, patrick@