]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: arch_timer: Move arch_timer_reg_read/write around
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 20 Jan 2017 18:28:32 +0000 (18:28 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 7 Apr 2017 10:22:08 +0000 (11:22 +0100)
commit15b8d5001f2768ad4d946c9a21acbb151f7f22b0
tree806bd92966616c94630c8e8705ee8106d1b77cb2
parent360c4656c6c717bb60b9da1840edfa14c01ebee3
arm64: arch_timer: Move arch_timer_reg_read/write around

As we're about to move things around, let's start with the low
level read/write functions. This allows us to use these functions
in the errata handling code without having to use forward declaration
of static functions.

Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/clocksource/arm_arch_timer.c