commit | e1ce5c7adc735ce96a35806ca32ceb78e607a283 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <nathan_lynch@mentor.com> | Mon Sep 29 01:50:06 2014 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Sep 29 01:59:26 2014 +0200 |
tree | f64460684e1eb8139a65e108f7ebc49b1163d521 | |
parent | 8b8dde00347ef409b29abd97e5833ffdb4ed7508 [diff] |
clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enable The arch_timer_evtstrm_enable hooks in arm and arm64 are substantially similar, the only difference being a CONFIG_COMPAT-conditional section which is relevant only for arm64. Copy the arm64 version to the driver, removing the arch-specific hooks. Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Will Deacon <will.deacon@arm.com>