Loading include/linux/swiotlb.h +0 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ static inline unsigned int swiotlb_max_segment(void) { return 0; } #endif extern void swiotlb_print_info(void); extern int is_swiotlb_buffer(phys_addr_t paddr); extern void swiotlb_set_max_segment(unsigned int); extern const struct dma_map_ops swiotlb_dma_ops; Loading kernel/dma/swiotlb.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ void __init swiotlb_exit(void) max_segment = 0; } int is_swiotlb_buffer(phys_addr_t paddr) static int is_swiotlb_buffer(phys_addr_t paddr) { return paddr >= io_tlb_start && paddr < io_tlb_end; } Loading Loading
include/linux/swiotlb.h +0 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ static inline unsigned int swiotlb_max_segment(void) { return 0; } #endif extern void swiotlb_print_info(void); extern int is_swiotlb_buffer(phys_addr_t paddr); extern void swiotlb_set_max_segment(unsigned int); extern const struct dma_map_ops swiotlb_dma_ops; Loading
kernel/dma/swiotlb.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ void __init swiotlb_exit(void) max_segment = 0; } int is_swiotlb_buffer(phys_addr_t paddr) static int is_swiotlb_buffer(phys_addr_t paddr) { return paddr >= io_tlb_start && paddr < io_tlb_end; } Loading