* Rabin Vincent <[email protected]> [110527 08:36]: > Tony, > > On Sun, May 8, 2011 at 14:51, Rabin Vincent <[email protected]> wrote: > > omap_readl() is used from the sched_clock() implementations and so must > > be marked notrace to avoid recursion in ftrace. Same thing with > > mpu_read() for OMAP1.
We should rather ioremap the 32KSYNCT_BASE in omap_init_clocksource_32k and then use __raw_readl. That allows us to get rid of omap_read usage here and simplifies the code. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
