commit | a965315e59f3cbceb5d27d0feb68a456544f0f8d | [log] [tgz] |
---|---|---|
author | Adam Wallis <awallis@codeaurora.org> | Tue May 22 14:55:32 2018 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 01 13:24:51 2018 +0200 |
tree | fb0f20225f2762488008e1d71ff715a154da2791 | |
parent | 5ef12cb4a3a78ffb331c03a795a15eea4ae35155 [diff] |
usb: xhci: force all memory allocations to node The xhci driver forces DMA memory to be node aware, however, there are several ring-related memory allocations that are not memory node aware. This patch resolves those *alloc functions to be allocated on the proper memory node. Signed-off-by: Adam Wallis <awallis@codeaurora.org> Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>