OSDN Git Service

clocksource/arm_arch_timer: Remove use of workaround static key
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 8 Apr 2019 15:49:06 +0000 (16:49 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 30 Apr 2019 15:11:47 +0000 (16:11 +0100)
commita862fc2254bdbcee3b5da4f730984e5d8393a2f1
tree2ffc91823d98d9631237995c9ef7866de5eb0edb
parent57f27666f91a85431492b092f5db53ecab1a0739
clocksource/arm_arch_timer: Remove use of workaround static key

The use of a static key in a hotplug path has proved to be a real
nightmare, and makes it impossible to have scream-free lockdep
kernel.

Let's remove the static key altogether, and focus on something saner.

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>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/arch_timer.h
drivers/clocksource/arm_arch_timer.c