Subject: CVS commit: src/sys/arch/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/22/2005 16:21:07
Module Name:	src
Committed By:	martin
Date:		Tue Feb 22 16:21:07 UTC 2005

Modified Files:
	src/sys/arch/sparc64/include: pte.h
	src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
Cleanup: the PG_SZ macro was buggy (pointed out by Tim Newsham).
It was only used by (the also buggy/not ready for prime time) PMAP_PAGE_SIZE,
which in turn only was used in one place.

Get rid of all this and hardcode the result at the single place of use.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/sparc64/include/pte.h
cvs rdiff -r1.159 -r1.160 src/sys/arch/sparc64/sparc64/pmap.c

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