Subject: CVS commit: src/sys/arch/mvme68k/include
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/25/2003 08:47:14
Module Name: src
Committed By: scw
Date: Sat Oct 25 08:47:14 UTC 2003
Modified Files:
src/sys/arch/mvme68k/include: bus_space.h
Log Message:
Simplify bus_space_{read,write}_N. Gcc3 emits better code than the old
compiler with straight C, rather than inline asm. (The latter was slightly
broken anyway with gcc3's more aggressive optimisation).
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/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.