x86, PCI, ACPI: Use kmalloc_node() to optimize for performance
authorJiang Liu <[email protected]>
Mon, 9 Jun 2014 08:19:34 +0000 (16:19 +0800)
committerThomas Gleixner <[email protected]>
Sat, 21 Jun 2014 21:05:40 +0000 (23:05 +0200)
commit965cd0e4a5e5d704934fa6d476b1a4faa0417e1b
tree27598ad7abd62ab7fa897147e22f5f1c6b01b941
parent8d7cdcb9d8f366c0567b66cce0d5ce37d3311aaf
x86, PCI, ACPI: Use kmalloc_node() to optimize for performance

Use kmalloc_node() instead of kmalloc() when possible to optimize
for performance on NUMA platforms.

Signed-off-by: Jiang Liu <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: David Rientjes <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Yinghai Lu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/pci/acpi.c