Date: Mon, 16 Jan 2017 10:47:14 -0800 From: John Baldwin <jhb@freebsd.org> To: Sean Bruno <sbruno@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r312205 - in head/sys: kern net Message-ID: <30935285.ropjfVExpa@ralph.baldwin.cx> In-Reply-To: <201701150050.v0F0oAU8055428@repo.freebsd.org> References: <201701150050.v0F0oAU8055428@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, January 15, 2017 12:50:10 AM Sean Bruno wrote: > Author: sbruno > Date: Sun Jan 15 00:50:10 2017 > New Revision: 312205 > URL: https://svnweb.freebsd.org/changeset/base/312205 > > Log: > Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). > > sys/net/iflib.c: > Add ctx to filter_info and don't skpi interrupt early on unless we're on an > SMP system On an SMP system with EARLY_AP_STARTUP (default on x86) this code should never see smp_started as false anyway, so these checks should likely just be conditional on EARLY_AP_STARTUP (since that option will eventually go away). -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?30935285.ropjfVExpa>