Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/24/2000 11:05:56
Module Name:	syssrc
Committed By:	scw
Date:		Fri Nov 24 09:05:56 UTC 2000

Modified Files:
	syssrc/sys/arch/mvme68k/include: bus_space.h

Log Message:
Replace the inline C versions of bus_space_{read,write}_N() with
inline assembler. This generates significantly more efficient code,
and trims ~1KB off the size of an mvme68k GENERIC kernel...


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/mvme68k/include/bus_space.h

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