]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite56d82a116176f7af9d642b560abbbd3a2b68013
tree68ce5a9e344739c7b60273e98d68ad97a2249a6f
parentd10bcd473301888f957ec4b6b12aa3621be78d59
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