]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
commit458821452642fd5dc2377b73cd1323fd4a9653e7
tree7071b0a85f28c29bd6a2e4c45f38ec6993ff3fbc
parent49f19ce401edfff937c448dd74c22497da361889
sh: First step at generic timeofday support.

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>
arch/sh/Kconfig
arch/sh/kernel/time.c
include/asm-sh/timer.h