Re: [PATCH 1/3] netpoll api

From: Andrew Morton
Date: Wed Sep 10 2003 - 02:49:53 EST


Matt Mackall <mpm@xxxxxxxxxxx> wrote:
>
> + spin_lock_irq(&irq_desc[ndev->irq].lock);
> + for(a=irq_desc[ndev->irq].action; a; a=a->next) {

Lots of architectures do not use irq_desc[]. You'll need abstracted
per-arch primitives for functions such as this.

-
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/