Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

2016-04-12 Thread Rafael J. Wysocki
On Tue, Apr 12, 2016 at 1:27 AM, Zheng, Lv wrote: > Hi, > >> From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of >> Rafael J. Wysocki >> Sent: Monday, April 11, 2016 9:31 PM >> Subject: Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to

RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

2016-04-11 Thread Zheng, Lv
Hi, > From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of > Rafael J. Wysocki > Sent: Monday, April 11, 2016 9:31 PM > Subject: Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to > tables.c > > On Mon, Apr 11, 2016 at 4:16 AM, Zheng, Lv

Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

2016-04-11 Thread Rafael J. Wysocki
On Mon, Apr 11, 2016 at 4:16 AM, Zheng, Lv wrote: > Hi, Rafael Hi, >> From: Zheng, Lv >> Subject: [PATCH 1/3] ACPI / tables: Move table override mechanisms to >> tables.c >> >> This patch moves acpi_os_table_override() and >> acpi_os_physical_table_overri

RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

2016-04-10 Thread Zheng, Lv
Hi, Rafael > From: Zheng, Lv > Subject: [PATCH 1/3] ACPI / tables: Move table override mechanisms to > tables.c > > This patch moves acpi_os_table_override() and > acpi_os_physical_table_override() to tables.c. > > Along with the mechanisms, acpi_initrd_initialize_t

[PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

2016-04-08 Thread Lv Zheng
This patch moves acpi_os_table_override() and acpi_os_physical_table_override() to tables.c. Along with the mechanisms, acpi_initrd_initialize_tables() is also moved to tables.c to form a static function. The following functions are renamed according to this change: 1. acpi_initrd_override() -> re