Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 07/27/2000 08:01:07
Module Name:	syssrc
Committed By:	cgd
Date:		Thu Jul 27 05:01:06 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: asm.h

Log Message:
add nops after jals in PANIC and PRINTF.  (these macros are often used in
code which has noreorder set, and they're not used with nops afterwards,
as is appropriate in that case, so put the nops in the macros.)


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/mips/include/asm.h

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