Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/05/2005 11:57:26
Module Name:	src
Committed By:	tsutsui
Date:		Sat Nov  5 11:57:26 UTC 2005

Modified Files:
	src/sys/arch/mips/include: cpu.h mips3_pte.h
	src/sys/arch/mips/mips: mips_machdep.c

Log Message:
Make MIPS3_PG_SHIFT a variable and initialize it accordingly
in mips_vector_init() if options MIPS3_4100 is specified
so that kernels which have options MIPS3_4100 also work
on other MIPS3 CPUs.

XXX: now should we rename options MIPS3_4100 to options ENABLE_MIPS_R4100,
XXX: or just make MIPS3_PG_SHIFT always a variable?


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/arch/mips/include/cpu.h
cvs rdiff -r1.19 -r1.20 src/sys/arch/mips/include/mips3_pte.h
cvs rdiff -r1.180 -r1.181 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.