Re: [PATCH 1/6] acpi, numa, mem_hotplug: Kill save_add_info().

2013-08-19 Thread Toshi Kani
On Fri, 2013-08-16 at 15:06 +0800, Tang Chen wrote: > save_add_info() is defined as: > > #ifdef CONFIG_MEMORY_HOTPLUG > static inline int save_add_info(void) {return 1;} > #else > static inline int save_add_info(void) {return 0;} > #endif > > which means it is true w

[PATCH 1/6] acpi, numa, mem_hotplug: Kill save_add_info().

2013-08-16 Thread Tang Chen
save_add_info() is defined as: #ifdef CONFIG_MEMORY_HOTPLUG static inline int save_add_info(void) {return 1;} #else static inline int save_add_info(void) {return 0;} #endif which means it is true when memory hotplug is configured. In acpi_numa_memory_affin