at v4.15 261 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _ASMCRIS_PARAM_H 3#define _ASMCRIS_PARAM_H 4 5/* Currently we assume that HZ=100 is good for CRIS. */ 6 7#define EXEC_PAGESIZE 8192 8 9#include <asm-generic/param.h> 10 11#endif /* _ASMCRIS_PARAM_H */