diff options
author | john stultz <johnstul@us.ibm.com> | 2010-03-05 16:42:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 14:26:28 -0500 |
commit | ba875ba6b7cd28c5f15680ed694276510aa69970 (patch) | |
tree | 6811a8cb2750070fdb5aaa55ec6a117c4d9cf53c /arch/cris/Kconfig | |
parent | 56e6943b41468826c26155139629c9a5379550ab (diff) |
cris: convert to use arch_gettimeoffset()
Convert cris to use GENERIC_TIME via the arch_getoffset() infrastructure,
reducing the amount of arch specific code we need to maintain.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 7adac388a771..059eac6abda1 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -20,6 +20,12 @@ config RWSEM_GENERIC_SPINLOCK | |||
20 | config RWSEM_XCHGADD_ALGORITHM | 20 | config RWSEM_XCHGADD_ALGORITHM |
21 | bool | 21 | bool |
22 | 22 | ||
23 | config GENERIC_TIME | ||
24 | def_bool y | ||
25 | |||
26 | config ARCH_USES_GETTIMEOFFSET | ||
27 | def_bool y | ||
28 | |||
23 | config GENERIC_IOMAP | 29 | config GENERIC_IOMAP |
24 | bool | 30 | bool |
25 | default y | 31 | default y |