diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-03-19 12:23:57 -0400 |
---|---|---|
committer | Matt Turner <mattst88@monolith.freenet-rz.de> | 2010-05-25 18:40:27 -0400 |
commit | 9ce34c8f4466608bc67630a42d04f4aaf0443d9b (patch) | |
tree | 6a5822670410f567ebef147c8a69c0c0b66d5b05 /arch/alpha/Kconfig | |
parent | ec96e2fe954c23a54bfdf2673437a39e193a1822 (diff) |
Convert alpha to use clocksources instead of arch_gettimeoffset
Alpha has a tsc like rpcc counter that it uses to manage time.
This can be converted to an actual clocksource instead of utilizing
the arch_gettimeoffset method that is really only there for legacy
systems with no continuous counter.
Further cleanups could be made if alpha converted to the clockevent
model.
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Richard Henderson <rth@twiddle.net>
Acked-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Tested-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index b7193986cbf9..24efdfe277fc 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -51,10 +51,6 @@ config GENERIC_TIME | |||
51 | bool | 51 | bool |
52 | default y | 52 | default y |
53 | 53 | ||
54 | config ARCH_USES_GETTIMEOFFSET | ||
55 | bool | ||
56 | default y | ||
57 | |||
58 | config GENERIC_CMOS_UPDATE | 54 | config GENERIC_CMOS_UPDATE |
59 | def_bool y | 55 | def_bool y |
60 | 56 | ||