Prev: [PATCH 2/4] swiotlb: Normalize the swiotlb_init_* function's naming syntax.
Next: [PATCH -mm 2/3] call_usermodehelper: simplify/fix UMH_NO_WAIT case
From: Konrad Rzeszutek Wilk on 9 Mar 2010 17:20 Attached are four simple patches that clean up the SWIOTLB library a bit. There aren't that important, but I figured since I am doing some other work in that layer I might as well fix some things that looked out of place. Oh, and the first one is backwards compatible with the "old" syntax of changing SWIOTLB IOMMU allocation amount ("swiotlb=1024,force"). Please take a moment to review them. Konrad Rzeszutek Wilk (4): swiotlb: fix: Update 'setup_io_tlb_npages' to accept both arguments in either order. swiotlb: Normalize the swiotlb_init_* function's naming syntax. swiotlb: Make printk's use same prefix and include dev_err when possible. swiotlb: Fix checkpatch warnings. --- Documentation/x86/x86_64/boot-options.txt | 4 +- lib/swiotlb.c | 84 +++++++++++++++-------------- 2 files changed, 46 insertions(+), 42 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |