commit | f47ab81aca8264adae25005f0130db60c0af7797 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Mar 19 11:47:39 2016 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Mar 19 13:40:08 2016 +0100 |
tree | 24d3e5ef7e4f491efa9e9c4f8b05c133ee1dfafc | |
parent | a38f98735e168a20573c24dfffa96095b6fe1d23 [diff] |
x86/apic/uv: Fix the hotplug notifier The notifier is missing the CPU_DOWN_FAILED transition. That leaves the heartbeat disabled when CPU_DOWN_PREPARE fails. It also does not handle the FROZEN transition variants. That might not be an issue for UV, but it's inconsistent. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Dimitri Sivanich <sivanich@sgi.com>