cregit-Linux how code gets into the kernel

Release 4.10 arch/m68k/include/uapi/asm/param.h

#ifndef _M68K_PARAM_H

#define _M68K_PARAM_H

#ifdef __uClinux__

#define EXEC_PAGESIZE	4096
#else

#define EXEC_PAGESIZE	8192
#endif

#include <asm-generic/param.h>

#endif /* _M68K_PARAM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
greg ungerergreg ungerer1970.37%133.33%
sam ravnborgsam ravnborg518.52%133.33%
robert p. j. dayrobert p. j. day311.11%133.33%
Total27100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.