Re: [patch 2.6.28-rc2] at91_mci: workaround lockdep

From: David Brownell
Date: Wed Oct 29 2008 - 03:20:26 EST


On Tuesday 28 October 2008, David Brownell wrote:
>
> > > Workaround: depend on LOCKDEP=n ...

Note that LOCKDEP causes the BUG() on line 1159 of drivers/mmc/host/omap.c
to fire too -- exactly the same root cause: IRQ handler getting called
in a goofy context, because of lockdep.

That's the older OMAP1/OMAP2 driver ... the new highspeed MMC controller
in OMAP3 (handling 8-bit parallel I/O etc, nyet in mainline) doesn't seem
to have the same issue(s).

- Dave



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