CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/10/03 05:18:23
Modified files: sys/arch/loongson/dev: bonito.c sys/arch/loongson/loongson: generic2e_machdep.c locore.S machdep.c yeeloong_machdep.c sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cache_r4k.c cache_r5k.c cache_tfp_subr.S clock.c context.S cp0access.S cpu.c exception.S exception_tfp.S fp_emulate.c interrupt.c lcore_access.S lcore_ddb.S lcore_float.S mips64_machdep.c mips64r2.S sendsig.c softintr.c tlb_tfp.S tlbhandler.S trap.c vm_machdep.c sys/arch/octeon/dev: octeon_intr.c sys/arch/octeon/octeon: locore.S machdep.c sys/arch/sgi/localbus: imc.c int.c macebus.c tcc.c sys/arch/sgi/sgi: ip27_machdep.c ip30_machdep.c ip30_nmi.S ip32_machdep.c locore.S machdep.c sys/arch/sgi/xbow: xheart.c Added files: sys/arch/mips64/include: mips_cpu.h Log message: Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, which will remain in <machine/cpu.h>, and a new mips_cpu.h containing only the goriest md details, which are only of interest to a handful set of files; this is similar in spirit to what alpha does, but here <machine/cpu.h> does not include the new file.