mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:36:49 +07: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 */
|