diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 21:52:10 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 22:44:47 +0000 |
commit | 08f26b1ef25a2f7b52afcb805d260fd5a000a7f6 (patch) | |
tree | 1eedbff4c0653868179dd3b7561a1c27df680646 /arch/arm/Kconfig | |
parent | 5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 (diff) | |
download | blackbird-op-linux-08f26b1ef25a2f7b52afcb805d260fd5a000a7f6.tar.gz blackbird-op-linux-08f26b1ef25a2f7b52afcb805d260fd5a000a7f6.zip |
ARM: iop: convert sched_clock() to use new infrastructure
Convert iop platforms to use the new sched_clock() infrastructure for
extending 32bit counters to full 64-bit nanoseconds.
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 d5bd266ee565..58e2fe30715b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -992,6 +992,7 @@ config ARCH_ACORN config PLAT_IOP bool select GENERIC_CLOCKEVENTS + select HAVE_SCHED_CLOCK config PLAT_ORION bool |