Re: Suspend/Resume bug in PCI layer wrt quirks

From: Arjan van de Ven
Date: Thu May 15 2008 - 13:54:51 EST


On Thu, 15 May 2008 09:07:06 -0700
> > internally. ioremap()/iounmap() does a global tlb flush of course,
> > which includes doing an IPI to other cpus. However, during early
> > resume, interrupts are disabled, and it's not allowed to do a
> > IPI/global tlbflush with interrupts off...
>
> Yeah I just got a similar report for quirk_vialatency(). But why are
> we only seeing these issues now? Is our interrupt disabled check
> catching more stuff these days?

we're now more systematically collecting WARN_ON()'s.....
--
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/