commit | e56d82a116176f7af9d642b560abbbd3a2b68013 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 11 15:31:24 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu Sep 17 11:57:02 2015 +0100 |
tree | 68ce5a9e344739c7b60273e98d68ad97a2249a6f | |
parent | d10bcd473301888f957ec4b6b12aa3621be78d59 [diff] |
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>