Subject: PR/27298 CVS commit: src/sys/arch/mips
To: None <port-mips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 03/23/2006 16:25:01
The following reply was made to PR port-mips/27298; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/27298 CVS commit: src/sys/arch/mips
Date: Thu, 23 Mar 2006 16:16:47 +0000 (UTC)
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.