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
| Person | Tokens | Prop | Commits | CommitProp |
greg ungerer | greg ungerer | 19 | 70.37% | 1 | 33.33% |
sam ravnborg | sam ravnborg | 5 | 18.52% | 1 | 33.33% |
robert p. j. day | robert p. j. day | 3 | 11.11% | 1 | 33.33% |
| Total | 27 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.