commit | 288700d16d4c1479aa00e3db13caed8bb7c83e9f | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 21 14:14:17 2012 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 09 11:37:26 2012 +0000 |
tree | 542c0de2197ec348de013d32329d03bb8f81f844 | |
parent | 2a4961ba89ffae388a553175db51dd58ce7c39a8 [diff] |
ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU When attempting to reset the PMU state for either a NULL PMU or a PMU implementation without a reset function, return NOTIFY_DONE from the CPU notifier as we don't care about the hotplug event. Signed-off-by: Will Deacon <will.deacon@arm.com>