Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/18/2002 18:46:06
Module Name:	syssrc
Committed By:	lukem
Date:		Tue Jun 18 15:46:06 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc/sparc [netbsd-1-6]: locore.s

Log Message:
Pull up revisions 1.154-1.157 (requested by pk in ticket #298):
  revision 1.157
    Fix typo in nmi_sun{4,4c}, use correct register.
  revision 1.156
    Fill delay slot in previous to match normal microtime.
  revision 1.155
    Do not use "std" in ms-IIep micortime, the argument is not guaranteed
    to be double-word aligned and it is not when we are called from bpf.
    Remove "should be able to std here" comment in generic microtime.
    While here, simplify some asm mnemonics and fix a typo in comment.
  revision 1.154
    Use C-style comments in a few places where ' appears in the comment,
    so that this works with GCC 2.95.3's ISO C preprocessor.


To generate a diff of this commit:
cvs rdiff -r1.153 -r1.153.10.1 syssrc/sys/arch/sparc/sparc/locore.s

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