diff --git a/sys/net/netisr.c b/sys/net/netisr.c index 64efbd772b6e..6b89a854818b 100644 --- a/sys/net/netisr.c +++ b/sys/net/netisr.c @@ -1167,9 +1167,6 @@ netisr_start(void *arg) STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { if (nws_count >= netisr_maxthreads) break; - /* XXXRW: Is skipping absent CPUs still required here? */ - if (CPU_ABSENT(pc->pc_cpuid)) - continue; /* Worker will already be present for boot CPU. */ if (pc->pc_netisr != NULL) continue;