Re: [PATCH v2] ACPI : Update platform device numa node based on _PXM method

2017-04-14 Thread Jiandi An
On 03/29/2017 06:39 AM, Shanker Donthineni wrote: The optional _PXM method evaluates to an integer that identifies the proximity domain of a device object. On ACPI based kernel boot, the field numa_node in 'struct device' is always set to -1 irrespective of _PXM value that is specified in the AC

Re: [PATCH v2] ACPI : Update platform device numa node based on _PXM method

2017-04-12 Thread Hanjun Guo
On 2017/3/29 19:39, Shanker Donthineni wrote: The optional _PXM method evaluates to an integer that identifies the proximity domain of a device object. On ACPI based kernel boot, the field numa_node in 'struct device' is always set to -1 irrespective of _PXM value that is specified in the ACPI de

[PATCH v2] ACPI : Update platform device numa node based on _PXM method

2017-03-29 Thread Shanker Donthineni
The optional _PXM method evaluates to an integer that identifies the proximity domain of a device object. On ACPI based kernel boot, the field numa_node in 'struct device' is always set to -1 irrespective of _PXM value that is specified in the ACPI device object. But in case of device-tree based ke