Subject: CVS commit: src/sys/arch/mvmeppc/mvmeppc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 09/06/2003 21:07:00
Module Name:	src
Committed By:	kleink
Date:		Sat Sep  6 21:07:00 UTC 2003

Modified Files:
	src/sys/arch/mvmeppc/mvmeppc: machdep.c

Log Message:
Rearrange bus_space initialization slightly, taking advantage of being
able to pass a bus_space with an extent already assigned to
bus_space_init().  This eliminates creating the extents twice, and
makes it a bit easier to read.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/mvmeppc/mvmeppc/machdep.c

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