CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/18 00:54:21
Modified files:
sys/arch/arm/arm: cpu.c cpufunc.c pmap.c
sys/arch/arm/conf: files.arm
sys/arch/arm/include: armreg.h cpuconf.h cpufunc.h pmap.h
Log message:
Remove support for ARM8, an old armv4 processor without thumb that was
never supported by any arm port and wouldn't have built due to a missing
cpufunc_asm_arm8.S file.
>From Patrick Wildt.
