Re: [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-12 Thread Tang Chen
On 08/12/2013 10:15 PM, Tejun Heo wrote: On Thu, Aug 08, 2013 at 01:03:56PM +0800, Tang Chen wrote: + pr_info("SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s\n", + node, pxm, + (unsigned long long) start, (unsigned long long) end - 1, + hotpluggable

Re: [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-12 Thread Tejun Heo
On Thu, Aug 08, 2013 at 01:03:56PM +0800, Tang Chen wrote: > + pr_info("SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s\n", > + node, pxm, > + (unsigned long long) start, (unsigned long long) end - 1, > + hotpluggable ? " Hot Pluggable" : ""); Wouldn't it be

Re: [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-12 Thread Tejun Heo
On Thu, Aug 08, 2013 at 01:03:56PM +0800, Tang Chen wrote: + pr_info(SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s\n, + node, pxm, + (unsigned long long) start, (unsigned long long) end - 1, + hotpluggable ? Hot Pluggable : ); Wouldn't it be better to

Re: [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-12 Thread Tang Chen
On 08/12/2013 10:15 PM, Tejun Heo wrote: On Thu, Aug 08, 2013 at 01:03:56PM +0800, Tang Chen wrote: + pr_info(SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s\n, + node, pxm, + (unsigned long long) start, (unsigned long long) end - 1, + hotpluggable ?

[PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-07 Thread Tang Chen
The Hot-Pluggable field in SRAT suggests if the memory could be hotplugged while the system is running. Print it as well when parsing SRAT will help users to know which memory is hotpluggable. Signed-off-by: Tang Chen Reviewed-by: Wanpeng Li Reviewed-by: Zhang Yanfei Acked-by: Tejun Heo ---

[PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

2013-08-07 Thread Tang Chen
The Hot-Pluggable field in SRAT suggests if the memory could be hotplugged while the system is running. Print it as well when parsing SRAT will help users to know which memory is hotpluggable. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com Reviewed-by: Wanpeng Li liw...@linux.vnet.ibm.com