mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

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