We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3625a commit a34f3e2Copy full SHA for a34f3e2
drivers/iommu/intel/svm.c
@@ -66,7 +66,7 @@ int intel_svm_enable_prq(struct intel_iommu *iommu)
66
struct page *pages;
67
int irq, ret;
68
69
- pages = alloc_pages(GFP_KERNEL | __GFP_ZERO, PRQ_ORDER);
+ pages = alloc_pages_node(iommu->node, GFP_KERNEL | __GFP_ZERO, PRQ_ORDER);
70
if (!pages) {
71
pr_warn("IOMMU: %s: Failed to allocate page request queue\n",
72
iommu->name);
0 commit comments