the bitrig patrick_arm_ias branch has been created by patrick. it is 0 commits behind master, and 1 commit ahead.
commit f995215af649800e593d06b38815399deb169e5d diff: https://github.com/bitrig/bitrig/commit/f995215 author: Patrick Wildt <[email protected]> date: Sun Mar 15 20:10:22 2015 +0100 arm: switch to using integrated assembler for kernel Similar to other changes, convert the ASM syntax used to the one liked by the integrated assembler. Change VFP to use VFP-specific instructions. Clang's integrated assembler enforces use of those. Hardcode virtualization-extentions instructions until we can make LLVM happy. The issue there is that it doesn't allow those on our "reduced" CPU. M sys/arch/arm/arm/in_cksum_arm.S M sys/arch/arm/arm/vfp.c M sys/arch/arm/armv7/hypervisor.S M sys/arch/armv7/armv7/armv7_start.S M sys/arch/armv7/conf/Makefile.armv7 M sys/lib/libkern/arch/arm/memcpy.S M sys/lib/libkern/arch/arm/memset.S
