]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers
authorWill Deacon <will.deacon@arm.com>
Fri, 11 Sep 2015 14:31:24 +0000 (15:31 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 17 Sep 2015 10:57:02 +0000 (11:57 +0100)
commit80e6ccf63e90d04272d58f3496d5221422078777
tree68ce5a9e344739c7b60273e98d68ad97a2249a6f
parent155de85c220536db2362190fe9b1aca831c82f58
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers

We have a couple of CPU hotplug notifiers for resetting the CPU debug
state to a sane value when a CPU comes online.

This patch ensures that we mask out CPU_TASKS_FROZEN so that we don't
miss any online events occuring due to suspend/resume.

Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/debug-monitors.c
arch/arm64/kernel/hw_breakpoint.c