diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-03-03 19:57:28 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-13 01:14:13 +0100 |
commit | 8eff8a5c1d3a1de7a2d173e0effc6cc9bcbb5177 (patch) | |
tree | 3dddecd637815a6cd26e717e6af4ce9373086e14 /arch/cris/Kconfig | |
parent | ffbcad49e79cd82428010b44a87401446ea7f370 (diff) | |
download | op-kernel-dev-8eff8a5c1d3a1de7a2d173e0effc6cc9bcbb5177.zip op-kernel-dev-8eff8a5c1d3a1de7a2d173e0effc6cc9bcbb5177.tar.gz |
cris: Convert cris to use read/update_persistent_clock
This patch converts the cris architecture to use the generic
read_persistent_clock and update_persistent_clock interfaces, reducing
the amount of arch specific code we have to maintain, and allowing for
further cleanups in the future.
I have not built or tested this patch, so help from arch maintainers
would be appreciated.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <1267675049-12337-14-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 059eac6..e25bf44 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -23,6 +23,9 @@ config RWSEM_XCHGADD_ALGORITHM config GENERIC_TIME def_bool y +config GENERIC_CMOS_UPDATE + def_bool y + config ARCH_USES_GETTIMEOFFSET def_bool y |