svn commit: r312205 - in head/sys: kern net

John Baldwin jhb at freebsd.org
Mon Jan 16 20:24:13 UTC 2017


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


More information about the svn-src-head mailing list