Re: userspace irq balancer

From: Andrew Morton (akpm@digeo.com)
Date: Mon May 26 2003 - 18:29:34 EST


Andrea Arcangeli <andrea@xxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/