cregit-Linux how code gets into the kernel

Release 4.18 arch/riscv/include/asm/dma-mapping.h

// SPDX-License-Identifier: GPL-2.0
#ifndef _RISCV_ASM_DMA_MAPPING_H

#define _RISCV_ASM_DMA_MAPPING_H 1

#ifdef CONFIG_SWIOTLB
#include <linux/swiotlb.h>

static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return &swiotlb_dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig19100.00%1100.00%
Total19100.00%1100.00%

#else #include <asm-generic/dma-mapping.h> #endif /* CONFIG_SWIOTLB */ #endif /* _RISCV_ASM_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig44100.00%1100.00%
Total44100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.