Module Name: src Committed By: matt Date: Thu Jun 11 07:30:10 UTC 2015
Modified Files: src/sys/arch/mips/include: mips_param.h src/sys/arch/mips/mips: locore.S locore_mips1.S locore_mips3.S mipsX_subr.S spl.S Log Message: Don't include <machine/param.h> in .S files, get the needed values from assym.h Define NBPG as UL to avoid integer over with NBXSEG on LP64 systems. (.S files don't like numbers with UL appended to them). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mips/include/mips_param.h cvs rdiff -u -r1.196 -r1.197 src/sys/arch/mips/mips/locore.S cvs rdiff -u -r1.84 -r1.85 src/sys/arch/mips/mips/locore_mips1.S cvs rdiff -u -r1.108 -r1.109 src/sys/arch/mips/mips/locore_mips3.S cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mips/mips/mipsX_subr.S cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/mips/spl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.