cregit-Linux how code gets into the kernel

Release 4.14 arch/um/include/asm/io.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_UM_IO_H

#define _ASM_UM_IO_H


#define ioremap ioremap

static inline void __iomem *ioremap(phys_addr_t offset, size_t size) { return (void __iomem *)(unsigned long)offset; }

Contributors

PersonTokensPropCommitsCommitProp
Logan Gunthorpe27100.00%1100.00%
Total27100.00%1100.00%

#define iounmap iounmap
static inline void iounmap(void __iomem *addr) { }

Contributors

PersonTokensPropCommitsCommitProp
Logan Gunthorpe11100.00%1100.00%
Total11100.00%1100.00%

#include <asm-generic/io.h> #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Logan Gunthorpe5798.28%150.00%
Greg Kroah-Hartman11.72%150.00%
Total58100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.