aboutsummaryrefslogtreecommitdiff
path: root/include/linux/map_benchmark.h
AgeCommit message (Collapse)AuthorFilesLines
2022-03-10dma-mapping: benchmark: extract a common header file for map_benchmark ↵Tian Tao1-0/+31
definition kernel/dma/map_benchmark.c and selftests/dma/dma_map_benchmark.c have duplicate map_benchmark definitions, which tends to lead to inconsistent changes to map_benchmark on both sides, extract a common header file to avoid this problem. Signed-off-by: Tian Tao <[email protected]> Acked-by: Barry Song <[email protected]> Reviewed-by: Shuah Khan <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>