Author: shurd
Date: Wed Dec 27 19:14:15 2017
New Revision: 327244
URL: https://svnweb.freebsd.org/changeset/base/327244

Log:
  Remove assertion that's not true for !EARLY_AP_STARTUP
  
  gtask->gt_taskqueue is NULL when EARLY_AP_STARTUP is not enabled.
  Remove assertion to allow this config to work.
  
  Reported by:  oleg
  Sponsored by: Limelight Networks

Modified:
  head/sys/net/iflib.c

Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c        Wed Dec 27 19:13:50 2017        (r327243)
+++ head/sys/net/iflib.c        Wed Dec 27 19:14:15 2017        (r327244)
@@ -5174,7 +5174,6 @@ iflib_irq_set_affinity(if_ctx_t ctx, int irq, iflib_in
        if (cpuid > ctx->ifc_cpuid_highest)
                ctx->ifc_cpuid_highest = cpuid;
 #endif
-       MPASS(gtask->gt_taskqueue != NULL);
        return 0;
 }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to