Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/22/2000 23:02:06
Module Name: syssrc
Committed By: scw
Date: Fri Dec 22 21:02:06 UTC 2000
Modified Files:
syssrc/sys/arch/mvme68k/mvme68k: trap.c
Log Message:
Some small optimisations:
o Avoid checking cputype when the kernel is built for one cpu variant only.
o In writeback(), don't use bcopy() to write a mere 16 bytes of 16-byte
aligned data; it's much quicker to copy it inline.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/mvme68k/mvme68k/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.