sh: First step at generic timeofday support.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 4 Oct 2006 04:21:45 +0000 (13:21 +0900)
committerPaul Mundt <pmundt@dysnomia.hsdv.com>
Fri, 6 Oct 2006 06:26:21 +0000 (15:26 +0900)
At the moment we wrap GENERIC_TIME around our existing timer API.
As boards start providing their own clocksources, they're able to
select GENERIC_TIME accordingly and optimize out most of the timer
API.

Once the current timers have been reworked as proper clocksource
drivers, the rest of the place holders for the timer API can go
away and we can flip on GENERIC_TIME unconditionally.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found