commit | 08f26b1ef25a2f7b52afcb805d260fd5a000a7f6 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 15 21:52:10 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 22 22:44:47 2010 +0000 |
tree | 1eedbff4c0653868179dd3b7561a1c27df680646 | |
parent | 5c21b7ca2c1cca3758a1d357dd57987c96ad1aa0 [diff] [blame] |
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>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d5bd266..58e2fe3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -992,6 +992,7 @@ config PLAT_IOP bool select GENERIC_CLOCKEVENTS + select HAVE_SCHED_CLOCK config PLAT_ORION bool