acpi_spmc(4): Fix comments on constraints storage

The fields themselves are not unused, we actually fill them, but once
filled we indeed do not use their values (yet).  See the '#ifdef notyet'
section in acpi_spmc_check_constraints().

No functional change.

Reviewed by:    emaste, obiwac, imp
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D56798
This commit is contained in:
Olivier Certner
2026-05-04 13:38:58 +02:00
parent d649825e83
commit a652d97630
+2 -2
View File
@@ -150,11 +150,11 @@ struct acpi_spmc_constraint {
int min_d_state;
ACPI_HANDLE handle;
/* Unused, spec only. */
/* Intel only. Currently filled but unused. */
uint64_t lpi_uid;
uint64_t min_dev_specific_state;
/* Unused, AMD only. */
/* AMD only. Currently filled but unused. */
uint64_t function_states;
};