Commit f7625680 authored by Giovanni Gherdovich's avatar Giovanni Gherdovich Committed by Rafael J. Wysocki
Browse files

ACPI: processor: idle: Remove obsolete comment



Since commit 496121c0 ("ACPI: processor: idle: Allow probing on
platforms with one ACPI C-state"), the comment doesn't reflect the
code anymore; remove it.

Signed-off-by: default avatarGiovanni Gherdovich <ggherdovich@suse.cz>
Acked-by: default avatarZhang Rui <rui.zhang@intel.com>
Link: https://patch.msgid.link/20250328143040.9348-2-ggherdovich@suse.cz


Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 0af2f6be
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -482,10 +482,6 @@ static int acpi_processor_get_cstate_info(struct acpi_processor *pr)

	pr->power.count = acpi_processor_power_verify(pr);

	/*
	 * if one state of type C2 or C3 is available, mark this
	 * CPU as being "idle manageable"
	 */
	for (i = 1; i < ACPI_PROCESSOR_MAX_POWER; i++) {
		if (pr->power.states[i].valid) {
			pr->power.count = i;