> >     spin_lock_irqsave(&irq_desc[vector].lock, flags);
>         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> This linue must be
>         spin_lock(&irq_desc[vector].lock, flags);

I wanted to say 

        spin_lock(&irq_desc[vector].lock);

Patch is OK. Sorry again...

Thanks,
Kenji Kaneshige



-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to