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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"