thermal/intel_powerclamp: Convert to CPU hotplug state
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 28 Nov 2016 21:44:51 +0000 (13:44 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 29 Nov 2016 22:34:11 +0000 (23:34 +0100)
commitcb91fef1b71954e3edc79fb4171b43f6aa2028c7
tree5747beae6c5944d1f4cd083eef43104dc4a67751
parent8d962ac7f396bc83fb381469521c27aed7b70f84
thermal/intel_powerclamp: Convert to CPU hotplug state

This is a conversation to the new hotplug state machine with
the difference that CPU_DEAD becomes CPU_PREDOWN.

At the same time it makes the handling of the two states symmetrical.
stop_power_clamp_worker() is called unconditionally and the controversial
error message is removed.

Finally, the hotplug state callbacks are removed after the powerclamping
is stopped to avoid a potential race.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
[pmladek@suse.com: Fixed the possible race in powerclamp_exit()]
Signed-off-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/intel_powerclamp.c