mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00: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 */
|