mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
392ed65526
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
11 lines
198 B
C
11 lines
198 B
C
#ifndef _ASMCRIS_PARAM_H
|
|
#define _ASMCRIS_PARAM_H
|
|
|
|
/* Currently we assume that HZ=100 is good for CRIS. */
|
|
|
|
#define EXEC_PAGESIZE 8192
|
|
|
|
#include <asm-generic/param.h>
|
|
|
|
#endif /* _ASMCRIS_PARAM_H */
|