cregit-Linux how code gets into the kernel

Release 4.16 arch/powerpc/include/asm/swiotlb.h

/*
 * Copyright (C) 2009 Becky Bruce, Freescale Semiconductor
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 *
 */

#ifndef __ASM_SWIOTLB_H

#define __ASM_SWIOTLB_H

#include <linux/swiotlb.h>

extern const struct dma_map_ops powerpc_swiotlb_dma_ops;

extern unsigned int ppc_swiotlb_enable;
int __init swiotlb_setup_bus_notifier(void);

extern void pci_dma_dev_setup_swiotlb(struct pci_dev *pdev);

#ifdef CONFIG_SWIOTLB
void swiotlb_detect_4g(void);
#else

static inline void swiotlb_detect_4g(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Jia Hongtao8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* __ASM_SWIOTLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Becky Bruce2845.16%116.67%
Jia Hongtao2133.87%116.67%
FUJITA Tomonori1117.74%233.33%
Christoph Hellwig11.61%116.67%
Bart Van Assche11.61%116.67%
Total62100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.