Re: userspace irq balancer

Andrew Morton (akpm@digeo.com)
Mon, 26 May 2003 16:26:16 -0700


Andrea Arcangeli <andrea@suse.de> wrote:
>
> if (IRQ_ALLOWED(phys_id, allowed_mask) && idle_cpu(phys_id))
> return cpu;

How hard would it be to make this HT-aware?

idle_cpu(phys_id) && idle_cpu_siblings(phys_id)

or whatever.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/