Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/07/2002 05:38:46
Module Name:	syssrc
Committed By:	uwe
Date:		Tue May  7 02:38:46 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc/sparc: genassym.cf

Log Message:
Drop SUN4_PGSHIFT and SUN4CM_PGSHIFT.  They are already known to .S
files from sys/param.h.  The problem is that lint stubs are generated
with -C (keep comments) and gcc complains about macro redefinition,
since "assym.h" doesn't have the comments that "sys/param.h" has.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/arch/sparc/sparc/genassym.cf

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