Hi Ingo,
I'm not an spinlock expert but shouldn't you use spin_unlock_irq() when it
was locked with spin_lock_irq() ?
spin_lock_irq(&rq->lock);
> - spin_unlock_irq(&rq->lock);
> + spin_unlock(&rq->lock);
/Martin
Never argue with an idiot. They drag you down to their level, then beat you with experience.
-
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/