[PATCH 6/4] arm64: Move to generic sched_clock infrastructure
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2013-05-01 09:12:42
Also in:
linux-arm-msm, lkml
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2013-05-01 09:12:42
Also in:
linux-arm-msm, lkml
On Wed, May 01, 2013 at 01:54:35AM +0100, Stephen Boyd wrote:
Use the generic sched_clock infrastructure instead of rolling our own. This has the added benefit of fixing suspend/resume as outlined in 6a4dae5 (ARM: 7565/1: sched: stop sched_clock() during suspend, 2012-10-23) and correcting the timestamps when the hardware returns a value instead of 0 upon the first read. Signed-off-by: Stephen Boyd <redacted>
Looks ok. Acked-by: Catalin Marinas <catalin.marinas@arm.com>