Skip to content
Commit bd0493ea authored by Marc Zyngier's avatar Marc Zyngier Committed by Russell King
Browse files

ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level



At the moment, read_persistent_clock is implemented at the
platform level, which makes it impossible to compile these
platforms in a single kernel.

Implement these two functions at the architecture level, and
provide a thin registration interface for both read_boot_clock
and read_persistent_clock. The two affected platforms (OMAP and
Tegra) are converted at the same time.

Reported-by: default avatarJeff Ohlstein <johlstei@codeaurora.org>
Tested-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Tested-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f67860a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment