diff options
author | Russell King | 2010-12-15 22:55:06 +0100 |
---|---|---|
committer | Russell King | 2010-12-22 23:44:49 +0100 |
commit | f06a1624621527ef597ae4b3b795553fc1b2eff2 (patch) | |
tree | bceabde5032fc27d71d6da436e74c7f848022825 /arch/arm/Kconfig | |
parent | ARM: omap: convert sched_clock() to use new infrastructure (diff) | |
download | kernel-qcow2-linux-f06a1624621527ef597ae4b3b795553fc1b2eff2.tar.gz kernel-qcow2-linux-f06a1624621527ef597ae4b3b795553fc1b2eff2.tar.xz kernel-qcow2-linux-f06a1624621527ef597ae4b3b795553fc1b2eff2.zip |
ARM: orion: convert sched_clock() to use new infrastructure
Convert orion platforms to use the new sched_clock() infrastructure for
extending 32bit counters to full 64-bit nanoseconds.
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 726279fe3f53..92e8c0174dd0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -997,6 +997,7 @@ config PLAT_IOP config PLAT_ORION bool + select HAVE_SCHED_CLOCK config PLAT_PXA bool |