Re: [PATCH v2 0/3] ACPI / tables: Add table upgrade mechanism

2016-04-20 Thread Rafael J. Wysocki
On Monday, April 11, 2016 10:13:07 AM Lv Zheng wrote: > This patch introduces a table upgrade mechanism based on the existing > initrd table override mechanism. > > Updated due to a build error reported against early_acpi_table_init() > stub. > > Lv Zheng (3): > ACPI / tables: Move table overri

[PATCH v2 0/3] ACPI / tables: Add table upgrade mechanism

2016-04-10 Thread Lv Zheng
This patch introduces a table upgrade mechanism based on the existing initrd table override mechanism. Updated due to a build error reported against early_acpi_table_init() stub. Lv Zheng (3): ACPI / tables: Move table override mechanisms to tables.c ACPI / x86: Cleanup initrd related code