[ARM] 3855/1: Add generic time support
authorKevin Hilman <khilman@mvista.com>
Thu, 21 Sep 2006 23:16:30 +0000 (00:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Sep 2006 19:59:24 +0000 (20:59 +0100)
commit746140c71d537560bbd22c1b148fb21031c30e71
treec9753521f7443f946b966d0e8bd19d60c71f99f9
parent82606c66e943227afcec8a3c7b8428b99a7f88b8
[ARM] 3855/1: Add generic time support

This patch adds Generic time-of-day support for the ARM architecture.

The support is currently added using #ifdef's so that it can support
sub-arches that do not (yet) have a clocksource added.  As sub-arches
add clocksource support, they should 'select GENERIC_TIME'

Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Acked-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/kernel/time.c
include/asm-arm/mach/time.h
include/asm-arm/timeofday.h [new file with mode: 0644]