diff options
author | Punit Agrawal <[email protected]> | 2018-08-28 16:05:13 +0100 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2018-09-17 16:33:24 -0500 |
commit | d193631bfb383d7503a1a72fe1643ac2168bbba7 (patch) | |
tree | fbd35ff1df5c8892e1b99c439cbcd91b0ebe68d3 /tools/perf/util/trace-event-scripting.c | |
parent | 9c314a48aeab0562bf5418f707ee060171d52ac2 (diff) |
x86/PCI: Remove node-local allocation when initialising host controller
Memory for host controller data structures is allocated local to the node
to which the controller is associated with. This has been the behaviour
since 965cd0e4a5e5 ("x86, PCI, ACPI: Use kmalloc_node() to optimize for
performance") where the node local allocation was added without additional
context.
Drop the node local allocation as there is no benefit from doing so - the
usage of these structures is independent from where the controller is
located.
Signed-off-by: Punit Agrawal <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions