Skip to content

Commit a335b1e

Browse files
committed
cpuidle: intel_idle: Update intel_idle() kerneldoc comment
Commit bf9282d ("cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic") moved the leave_mm() call away from intel_idle(), but it didn't update its kerneldoc comment accordingly, so do that now. Fixes: bf9282d ("cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic") Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 659b66e commit a335b1e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/idle/intel_idle.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ static unsigned int mwait_substates __initdata;
122122
* If the local APIC timer is not known to be reliable in the target idle state,
123123
* enable one-shot tick broadcasting for the target CPU before executing MWAIT.
124124
*
125-
* Optionally call leave_mm() for the target CPU upfront to avoid wakeups due to
126-
* flushing user TLBs.
127-
*
128125
* Must be called under local_irq_disable().
129126
*/
130127
static __cpuidle int intel_idle(struct cpuidle_device *dev,

0 commit comments

Comments
 (0)