Re: [PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()

2023-02-14 Thread Srivatsa S. Bhat
Hi, On 1/27/23 4:37 PM, Srivatsa S. Bhat wrote: > From: "Srivatsa S. Bhat (VMware)" > > The comment that says mwait_play_dead() returns only on failure is a > bit misleading because mwait_play_dead() could actually return for > valid reasons (such as mwait not being supported by the platform)

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()

2023-01-27 Thread Srivatsa S. Bhat
From: "Srivatsa S. Bhat (VMware)" The comment that says mwait_play_dead() returns only on failure is a bit misleading because mwait_play_dead() could actually return for valid reasons (such as mwait not being supported by the platform) that do not indicate a failure of the CPU offline operation.