mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 04:06:46 +07:00
cb0d93505f
Make FRV use the generic settings to be found in asm-generic/param.h where possible rather than defining its own as they're mostly exactly the same. This sorts out a problem with HZ being redefined after the UAPI split. Signed-off-by: David Howells <dhowells@redhat.com>
9 lines
130 B
C
9 lines
130 B
C
#ifndef _ASM_PARAM_H
|
|
#define _ASM_PARAM_H
|
|
|
|
#define EXEC_PAGESIZE 16384
|
|
|
|
#include <asm-generic/param.h>
|
|
|
|
#endif /* _ASM_PARAM_H */
|