diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-03-03 22:57:16 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-12 19:14:08 -0500 |
commit | 1e871be1aa97babb467a929d6adcb1960659928b (patch) | |
tree | 350ce942e24d8890552bb62c4227ded8817a13bc /arch/alpha/Kconfig | |
parent | 104f9c471ffb425fd081074ef31521b38d77592a (diff) |
alpha: Convert alpha to use read/update_persistent_clock
This patch converts the alpha 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.
igned-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <1267675049-12337-2-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index bd7261ea8f94..75fff7e5a0db 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -54,6 +54,9 @@ config ARCH_USES_GETTIMEOFFSET | |||
54 | bool | 54 | bool |
55 | default y | 55 | default y |
56 | 56 | ||
57 | config GENERIC_CMOS_UPDATE | ||
58 | def_bool y | ||
59 | |||
57 | config ZONE_DMA | 60 | config ZONE_DMA |
58 | bool | 61 | bool |
59 | default y | 62 | default y |