cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __uClinux__
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif


#define readb_relaxed(addr)	readb(addr)

#define readw_relaxed(addr)	readw(addr)

#define readl_relaxed(addr)	readl(addr)


#define writeb_relaxed(b, addr)	writeb(b, addr)

#define writew_relaxed(b, addr)	writew(b, addr)

#define writel_relaxed(b, addr)	writel(b, addr)

Overall Contributors

PersonTokensPropCommitsCommitProp
Will Deacon4877.42%125.00%
Sam Ravnborg1117.74%125.00%
David Howells23.23%125.00%
Greg Kroah-Hartman11.61%125.00%
Total62100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.