LOCAL / clocksource: arm_arch_timer: Don't register clockevent for Per-CPU
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 19 Sep 2017 09:12:52 +0000 (18:12 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:32 +0000 (14:56 +0900)
commitdd227ab2a1dc47043de43480b015bddd9240bedb
tree7a92732266afa6522021efbf89c98184963e772b
parentd1b26f763d55f9a519c520a062c309c6dc5d3b29
LOCAL / clocksource: arm_arch_timer: Don't register clockevent for Per-CPU

The arm64 architecture enabled the arm_arch_timer always
even if arm_arch_timer is not stable. When Exynos5433 uses the
arm_arch_timer, it fails to enable/disble the secondary cpu.

To fix the hotplug issue of secondary cpu, if Exynos's MCT timer
is enabled, arm_arch_timer doesn't register the clockevent for Per-CPU.

Change-Id: Ia41f9c13889c4637391168dbc828a0bdbc7cdfff
Reported-by: Wook Song <wook16.song@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/clocksource/arm_arch_timer.c