Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.9-rc4 12 lines 191 B view raw
1#ifndef _M68K_PARAM_H 2#define _M68K_PARAM_H 3 4#ifdef __uClinux__ 5#define EXEC_PAGESIZE 4096 6#else 7#define EXEC_PAGESIZE 8192 8#endif 9 10#include <asm-generic/param.h> 11 12#endif /* _M68K_PARAM_H */