Date: 23 Jan 2001 01:13:53 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <xzpae8jgm66.fsf@flood.ping.uio.no> In-Reply-To: Luigi Rizzo's message of "Mon, 22 Jan 2001 15:04:13 -0800 (PST)" References: <200101222304.f0MN4DM06518@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Luigi Rizzo <luigi@FreeBSD.org> writes: > Log: > Change critical section protection for dummynet from splnet() to > splimp() -- we need it because dummynet can be invoked by the > bridging code at splimp(). This has the net effect of replacing one no-op with another: root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h static __inline intrmask_t splimp(void) { return 0; } static __inline intrmask_t splnet(void) { return 0; } DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpae8jgm66.fsf>