Module Name: src Committed By: skrll Date: Sun May 21 06:49:13 UTC 2017
Modified Files: src/sys/arch/evbmips/ingenic: clock.c cpu.c intr.c machdep.c mainbus.c src/sys/arch/mips/conf: files.ingenic src/sys/arch/mips/ingenic: ingenic_regs.h ingenic_var.h Added Files: src/sys/arch/mips/ingenic: ingenic_coreregs.h src/sys/arch/mips/mips: locore_ingenic.S Log Message: Provide and use some CP0 accessor functions instead of M[TF]C0 macros for readability. While here convert some other M[TF]C0 uses to already exising accessor functions, e.g. mipsNN_cp0_ebase_read To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbmips/ingenic/clock.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/ingenic/cpu.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbmips/ingenic/intr.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/ingenic/machdep.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/ingenic/mainbus.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/conf/files.ingenic cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/ingenic/ingenic_coreregs.h cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mips/ingenic/ingenic_regs.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/ingenic/ingenic_var.h cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/mips/locore_ingenic.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.