mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
10 lines
198 B
C
10 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 */
|