cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/include/asm/early_ioremap.h

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

#define _ASM_IA64_EARLY_IOREMAP_H

extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size);

#define early_memremap(phys_addr, size)        early_ioremap(phys_addr, size)

extern void early_iounmap (volatile void __iomem *addr, unsigned long size);

#define early_memunmap(addr, size)             early_iounmap(addr, size)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ard Biesheuvel5698.25%150.00%
Greg Kroah-Hartman11.75%150.00%
Total57100.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.