blob: 484fcf8667c01500fa46d71dcdbef0a7fce314f8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASMCRIS_PARAM_H
2#define _ASMCRIS_PARAM_H
3
4/* Currently we assume that HZ=100 is good for CRIS. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6#define EXEC_PAGESIZE 8192
7
Jesper Nilsson392ed652010-05-25 16:50:04 +02008#include <asm-generic/param.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Jesper Nilsson392ed652010-05-25 16:50:04 +020010#endif /* _ASMCRIS_PARAM_H */