Rafael J. Wysocki wrote:
On Tue, Oct 8, 2024 at 1:17 AM Ira Weiny <ira.weiny@xxxxxxxxx> wrote:[snip]
There is a PR for it now.diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.hIs there an upstream ACPICA commit for this?
index 199afc2cd122..387fc821703a 100644
--- a/include/acpi/actbl1.h
+++ b/include/acpi/actbl1.h
@@ -403,6 +403,8 @@ struct acpi_cdat_dsmas {
/* Flags for subtable above */
#define ACPI_CDAT_DSMAS_NON_VOLATILE (1 << 2)
+#define ACPI_CDAT_DSMAS_SHAREABLE (1 << 3)
+#define ACPI_CDAT_DSMAS_READ_ONLY (1 << 6)
/* Subtable 1: Device scoped Latency and Bandwidth Information Structure (DSLBIS) */
https://github.com/acpica/acpica/pull/976
Do I need to reference that in this patch? Or wait for it to be merged
and drop this hunk?