Subject: CVS commit: [ppcoea-renovation] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 05/08/2007 18:24:58
Module Name:	src
Committed By:	garbled
Date:		Tue May  8 18:24:58 UTC 2007

Modified Files:
	src/sys/arch/macppc/include [ppcoea-renovation]: intr.h
	src/sys/arch/pmppc/include [ppcoea-renovation]: intr.h
	src/sys/arch/powerpc/include [ppcoea-renovation]: intr.h
	src/sys/arch/prep/include [ppcoea-renovation]: intr.h
	src/sys/arch/sandpoint/include [ppcoea-renovation]: intr.h
	src/sys/arch/sandpoint/sandpoint [ppcoea-renovation]: machdep.c

Log Message:
Make powerpc/intr.h more common than it previously was.  Having done
that, delete all the duplicate entries from the 4 ports that have
converted to shared pic code. Also, commit a minor change to sandpoint
that I forgot to commit earlier (delete an unused variable)


To generate a diff of this commit:
cvs rdiff -r1.24.14.2 -r1.24.14.3 src/sys/arch/macppc/include/intr.h
cvs rdiff -r1.11.14.1 -r1.11.14.2 src/sys/arch/pmppc/include/intr.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/include/intr.h
cvs rdiff -r1.29.14.1 -r1.29.14.2 src/sys/arch/prep/include/intr.h
cvs rdiff -r1.12.14.2 -r1.12.14.3 src/sys/arch/sandpoint/include/intr.h
cvs rdiff -r1.35.14.4 -r1.35.14.5 src/sys/arch/sandpoint/sandpoint/machdep.c

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