cregit-Linux how code gets into the kernel

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

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

#include <asm/extable.h>
#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 Uytterhoeven2863.64%125.00%
Sam Ravnborg1125.00%125.00%
Al Viro36.82%125.00%
David Howells24.55%125.00%
Total44100.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.