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 463e862 commit 1efd3fcCopy full SHA for 1efd3fc
kernel/dma/swiotlb.c
@@ -334,6 +334,7 @@ void __init swiotlb_exit(void)
334
if (!mem->nslabs)
335
return;
336
337
+ pr_info("tearing down default memory pool\n");
338
size = array_size(sizeof(*mem->slots), mem->nslabs);
339
if (mem->late_alloc)
340
free_pages((unsigned long)mem->slots, get_order(size));
0 commit comments