Re: [PATCHv3 02/13] acpi: Add HMAT to generic parsing tables

2019-01-10 Thread Rafael J. Wysocki
On Wed, Jan 9, 2019 at 6:47 PM Keith Busch wrote: > > The Heterogeneous Memory Attribute Table (HMAT) header has different > field lengths than the existing parsing uses. Add the HMAT type to the > parsing rules so it may be generically parsed. > > Cc: Dan Williams > Signed-off-by: Keith Busch

[PATCHv3 02/13] acpi: Add HMAT to generic parsing tables

2019-01-09 Thread Keith Busch
The Heterogeneous Memory Attribute Table (HMAT) header has different field lengths than the existing parsing uses. Add the HMAT type to the parsing rules so it may be generically parsed. Cc: Dan Williams Signed-off-by: Keith Busch --- drivers/acpi/tables.c | 9 + include/linux/acpi.h