linux-kernel-test/arch/cris/include/asm/param.h
Jesper Nilsson 392ed65526 CRIS: Simplify param.h by simply including <asm-generic/param.h>
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2010-05-25 16:50:04 +02:00

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 */