Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 05/16/2001 23:30:53
Module Name: syssrc
Committed By: jdolecek
Date: Wed May 16 20:30:53 UTC 2001
Modified Files:
syssrc/sys/dev/ic: elink3.c
Log Message:
Make sure to allocate big enough mbuf data area before elevating
interrupt priority, to avoid allocating additional mbufs on
splsched(). Move some other misc bits out of splched()-guarded
section. This should make the code a bit more friendly wrt e.g.
clock interrupts. Sligh performance improvement was observed with
this change (like 1-2% on slow machine), even.
This also fixes ancient kern/2478 by Bill Sommerfeld.
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 syssrc/sys/dev/ic/elink3.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.