Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2-rc2 8 lines 130 B view raw
1#ifndef _ASM_PARAM_H 2#define _ASM_PARAM_H 3 4#define EXEC_PAGESIZE 16384 5 6#include <asm-generic/param.h> 7 8#endif /* _ASM_PARAM_H */