Re: [PATCH] x86/irq: using move_irq_desc

From: Ingo Molnar
Date: Wed Apr 29 2009 - 17:24:21 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

>
> * Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
>
> >
> > move_irq_desc will try to move irq_desc to node wanted if allocated one is not correct.
> > (happen on device on different nodes that are using MSI, drivers are loaded and unloaded
> > randomly)
> >
> > [ Impact: make irq_desc go with device on node ]
> >
> > Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
> >
> > ---
> > arch/x86/kernel/apic/io_apic.c | 6 +-----
> > include/linux/irq.h | 4 ++++
> > 2 files changed, 5 insertions(+), 5 deletions(-)
>
> applied, thanks. I'll look into merging it into the irq tree
> tomorrow and testing it.

gave it a brief try and got:

kernel/irq/numa_migrate.c: In function âinit_copy_one_irq_descâ:
kernel/irq/numa_migrate.c:46: error: âstruct irq_descâ has no member named ânodeâ
kernel/irq/numa_migrate.c: In function âmove_irq_descâ:
kernel/irq/numa_migrate.c:114: error: âstruct irq_descâ has no member named ânodeâ
kernel/irq/numa_migrate.c:114: error: âstruct irq_descâ has no member named ânodeâ
kernel/irq/numa_migrate.c:114: error: âstruct irq_descâ has no member named ânodeâ

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