diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 21:49:42 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 22:44:47 +0000 |
commit | e3f4c0ab916334e861fc49eeb2673a8c13e978e7 (patch) | |
tree | b3275eb4e32b4d4037dc67ad380dfcdacc20750c /arch/arm/Kconfig | |
parent | 5094b92f1c7d0f21c5d4411ba7415bac0684210f (diff) | |
download | linux-3.10-e3f4c0ab916334e861fc49eeb2673a8c13e978e7.tar.gz linux-3.10-e3f4c0ab916334e861fc49eeb2673a8c13e978e7.tar.bz2 linux-3.10-e3f4c0ab916334e861fc49eeb2673a8c13e978e7.zip |
ARM: tegra: convert sched_clock() to use new infrastructure
Convert tegra to use the new sched_clock() infrastructure for extending
32bit counters to full 64-bit nanoseconds.
Tested-by: Olof Johansson <olof@lixom.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 0e1a9667a86..ec7b0274d46 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -570,6 +570,7 @@ config ARCH_TEGRA select GENERIC_CLOCKEVENTS select GENERIC_GPIO select HAVE_CLK + select HAVE_SCHED_CLOCK select COMMON_CLKDEV select ARCH_HAS_BARRIERS if CACHE_L2X0 select ARCH_HAS_CPUFREQ |