Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/04/2003 02:53:54
Module Name:	src
Committed By:	simonb
Date:		Sun May  4 02:53:54 UTC 2003

Modified Files:
	src/sys/arch/mips/mips: locore.S

Log Message:
Use 64-bit "sd" in mips_pagezero() if we're compiled for MIPS{3,4,64}
(the actual check is !MIPS1 && !MIPS32).

Do the ".set push", ".set mips3", ".set pop" dance if we use 64-bit
instructions.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/arch/mips/mips/locore.S

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