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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user