Re: [PATCH v2 0/4] acpi: Fix and cleanup in acpi.

2013-09-05 Thread Rafael J. Wysocki
On Thursday, September 05, 2013 09:56:52 AM Tang Chen wrote: > On 09/05/2013 07:50 AM, Rafael J. Wysocki wrote: > > On Tuesday, September 03, 2013 04:45:37 PM Tang Chen wrote: > >> This patch-set fix the following problems: > >> > >> 1. Kill useless function save_add_info() which will block us from

Re: [PATCH v2 0/4] acpi: Fix and cleanup in acpi.

2013-09-04 Thread Tang Chen
On 09/05/2013 07:50 AM, Rafael J. Wysocki wrote: On Tuesday, September 03, 2013 04:45:37 PM Tang Chen wrote: This patch-set fix the following problems: 1. Kill useless function save_add_info() which will block us from using numa when MEMORY_HOTPLUG is not configured. 2. acpi_table_parse() d

Re: [PATCH v2 0/4] acpi: Fix and cleanup in acpi.

2013-09-04 Thread Rafael J. Wysocki
On Tuesday, September 03, 2013 04:45:37 PM Tang Chen wrote: > This patch-set fix the following problems: > > 1. Kill useless function save_add_info() which will block us from using >numa when MEMORY_HOTPLUG is not configured. > 2. acpi_table_parse() didn't check if @id is NULL. > 3. Fix incorr