unsigned long flags;
save_flags(flags);
cli();
printh("Not dead yet\n");
/* HC ...
..
printk("Writel returned\n");
readl(&ohci->regs->cmdstatus);
printk("Write definitely occurred now\n");
restore_flags(flags);
printk("Ok with IRQ on\n");
Into that piece of code.
That will tell you if for example it is an IRQ storm of some kind.
-
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/