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-26 00:40:27 +0200 |
commit | 9ce34c8f4466608bc67630a42d04f4aaf0443d9b (patch) | |
tree | 6a5822670410f567ebef147c8a69c0c0b66d5b05 /arch/alpha/Kconfig | |
parent | ec96e2fe954c23a54bfdf2673437a39e193a1822 (diff) | |
download | kernel_samsung_crespo-9ce34c8f4466608bc67630a42d04f4aaf0443d9b.tar.gz kernel_samsung_crespo-9ce34c8f4466608bc67630a42d04f4aaf0443d9b.tar.bz2 kernel_samsung_crespo-9ce34c8f4466608bc67630a42d04f4aaf0443d9b.zip |
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 b7193986cbf..24efdfe277f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -51,10 +51,6 @@ config GENERIC_TIME bool default y -config ARCH_USES_GETTIMEOFFSET - bool - default y - config GENERIC_CMOS_UPDATE def_bool y |