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

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

Log Message:
DCFA(), DCPA(), ICPL(), ICPP(), DCPL(), DCPP, DCFL(), and DCFP()
cache ops are identical between M68040 and M68060 and they are not
available on M68020 and M68030, so no need to check cputype even on
multi CPU kernels and they can always be inlined.

This improves MI Sonic xfer speed ~5%.
http://mail-index.netbsd.org/port-mac68k/2007/06/07/0003.html


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/m68k/include/cacheops.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/m68k/include/cacheops_60.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/m68k/m68k/cacheops.c

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