CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/03/19 03:36:57
Modified files: sys/arch/arm/arm: bus_space_asm_generic.S cpu.c cpufunc.c pmap.c sys/arch/arm/armv7: bus_space_asm_armv7.S sys/arch/arm/conf: files.arm sys/arch/arm/include: armreg.h cpuconf.h cpufunc.h pmap.h Removed files: sys/arch/arm/arm: cpufunc_asm_sa1.S Log message: Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and are not used by any of the arm platforms. ok jsg@