Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/23/2006 16:16:46
Module Name:	src
Committed By:	tsutsui
Date:		Thu Mar 23 16:16:46 UTC 2006

Modified Files:
	src/sys/arch/mips/include: cpu.h
	src/sys/arch/mips/mips: fp.S

Log Message:
include/cpu.h: make sure MIPS3_PLUS properly defined even if _LOCORE is defined
mips/fp.S:     include <mips/cpu.h> for #ifdef MIPS3_PLUS

Closes PR port-mips/27298.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/arch/mips/include/cpu.h
cvs rdiff -r1.29 -r1.30 src/sys/arch/mips/mips/fp.S

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