On 2015年01月08日 17:26, Ashok Kumar wrote:
On Thu, Jan 08, 2015 at 04:00:37PM +0800, Hanjun Guo wrote:
On 2015???01???07??? 21:32, Ashok Kumar wrote:
Also provided pcibus_to_node and cpumask_of_pcibus based on x86.
Signed-off-by: Ashok Kumar ashoks@broadcom.com
Hanjun, This patch is based on your acpi numa patchset and leg-kernel. Tested it on qemu using generic pci host controller. could you add this to your set of patches if it is fine? Thanks!
sure, I will. thanks for your patch!
I already fixed the call trace of early_ioremap memory leak, will send another version.
Hanjun,
Thanks!
I just noticed the call to numa_add_memblk in acpi_numa_memory_affinity_init should use ma->length as the second param. The syntax of numa_add_memblk is numa_add_memblk(u32 nid, u64 base, u64 size).
Hi Ashok,
I'm going to send another version of ACPI patches but I can't add your _PXM patch in my patch set, it depends on PCI patches, I will add them when PCI patch is ready.
Thanks Hanjun