the bitrig master branch has been updated by patrick with 1 new commit: commit 29038cc19b3969161aa87befe6dd581052484e76 diff: https://github.com/bitrig/bitrig/commit/29038cc author: Patrick Wildt <[email protected]> date: Fri Mar 6 18:15:25 2015 +0100
arm: re-do cache identification and functions using FreeBSD code During testing it has been found that the cache identification and usage of cache flushes are not correct. After trying NetBSD and FreeBSD cache procedures those issues went away. This commit therefore imports FreeBSD's code in that regard. While there, switch to write-back write-allocate by default. M sys/arch/arm/arm/cpu.c M sys/arch/arm/arm/cpufunc.c M sys/arch/arm/arm/cpufunc_asm_armv7.S M sys/arch/arm/arm/cpufunc_asm_pj4b.S M sys/arch/arm/arm/pmap.c M sys/arch/arm/include/armreg.h M sys/arch/arm/include/cpufunc.h
