Re: sched_clock - microblaze

From: Arnd Bergmann
Date: Thu Apr 15 2010 - 15:52:15 EST


On Thursday 15 April 2010 21:29:27 Michal Simek wrote:
> > sched_clock() {
> > ftrace_stop();
> > printk(...);
> > ftrace_start();
> > ...
> > }
>
> But I am describing different problem. sched_clock is called before
> kernel initialized timers. Microblaze takes all information from DTS
> that's means that I am not able to read timer because I even don't know
> where it is. :-(

You could make sched_clock return zero before the clock is probed, it
is very unlikely to be needed before that anyway.

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