Subject: CVS commit: src/sys/arch/m68k/include
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/08/2007 15:57:17
Module Name:	src
Committed By:	tsutsui
Date:		Fri Jun  8 15:57:17 UTC 2007

Modified Files:
	src/sys/arch/m68k/include: cacheops_40.h cacheops_60.h

Log Message:
Use pointers for variables assigned to %a0 by __asm("%a0") so that
gcc may generate silightly better inlined code on optimization.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/m68k/include/cacheops_40.h \
    src/sys/arch/m68k/include/cacheops_60.h

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