Subject: CVS commit: src/sys/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/02/2005 14:35:08
Module Name:	src
Committed By:	he
Date:		Thu Jun  2 14:35:08 UTC 2005

Modified Files:
	src/sys/arch/powerpc/conf: Makefile.powerpc files.powerpc
	src/sys/arch/powerpc/oea: pmap.c

Log Message:
Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead
make use of the new __UNVOLATILE() macro in memset() usage.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/arch/powerpc/conf/Makefile.powerpc
cvs rdiff -r1.59 -r1.60 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -r1.31 -r1.32 src/sys/arch/powerpc/oea/pmap.c

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