Release 4.14 arch/m68k/include/uapi/asm/param.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 | 19 | 67.86% | 1 | 25.00% |
Sam Ravnborg | 5 | 17.86% | 1 | 25.00% |
Robert P. J. Day | 3 | 10.71% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 25.00% |
Total | 28 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.