cregit-Linux how code gets into the kernel

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

#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 Deacon4878.69%133.33%
Sam Ravnborg1118.03%133.33%
David Howells23.28%133.33%
Total61100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.