linux-kernel-test/arch/frv/include/asm/param.h
David Howells cb0d93505f UAPI: Make FRV use asm-generic/param.h
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>
2011-12-12 13:56:04 +00:00

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