diff options
Diffstat (limited to 'source/compiler/dttable2.c')
| -rw-r--r-- | source/compiler/dttable2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/compiler/dttable2.c b/source/compiler/dttable2.c index b9623d97b0ff..04f48cc0ca99 100644 --- a/source/compiler/dttable2.c +++ b/source/compiler/dttable2.c @@ -1733,6 +1733,11 @@ DtCompileSrat ( InfoTable = AcpiDmTableInfoSrat4; break; + case ACPI_SRAT_TYPE_GENERIC_AFFINITY: + + InfoTable = AcpiDmTableInfoSrat5; + break; + default: DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "SRAT"); |
