diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-15 16:52:10 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-22 17:44:47 -0500 |
commit | 08f26b1ef25a2f7b52afcb805d260fd5a000a7f6 (patch) | |
tree | 1eedbff4c0653868179dd3b7561a1c27df680646 /arch/arm/Kconfig | |
parent | 5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 (diff) |
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 | |||
992 | config PLAT_IOP | 992 | config PLAT_IOP |
993 | bool | 993 | bool |
994 | select GENERIC_CLOCKEVENTS | 994 | select GENERIC_CLOCKEVENTS |
995 | select HAVE_SCHED_CLOCK | ||
995 | 996 | ||
996 | config PLAT_ORION | 997 | config PLAT_ORION |
997 | bool | 998 | bool |