cregit-Linux how code gets into the kernel

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

#ifdef __uClinux__
#include <asm/uaccess_no.h>
#else
#include <asm/uaccess_mm.h>
#endif

#ifdef CONFIG_CPU_HAS_NO_UNALIGNED
#include <asm-generic/uaccess-unaligned.h>
#else

#define __get_user_unaligned(x, ptr)	__get_user((x), (ptr))

#define __put_user_unaligned(x, ptr)	__put_user((x), (ptr))
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Geert Uytterhoeven2868.29%133.33%
Sam Ravnborg1126.83%133.33%
David Howells24.88%133.33%
Total41100.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.