aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/param.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-01-04 09:05:43 +0100
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2010-01-04 09:05:58 +0100
commitf5cae7b0fb6927981a839443dfa6d73c30415cba (patch)
treebad3f40af2baf4f9f0881af20eba3fef800d8dad /arch/s390/include/asm/param.h
parent[S390] qdio: convert global statistics to per-device stats (diff)
downloadlinux-dev-f5cae7b0fb6927981a839443dfa6d73c30415cba.tar.xz
linux-dev-f5cae7b0fb6927981a839443dfa6d73c30415cba.zip
[S390] Have param.h simply include <asm-generic/param.h>.
Since the files have identical content, might as well simplify. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to '')
-rw-r--r--arch/s390/include/asm/param.h28
1 files changed, 2 insertions, 26 deletions
diff --git a/arch/s390/include/asm/param.h b/arch/s390/include/asm/param.h
index 34aaa4603347..c616821bf2ac 100644
--- a/arch/s390/include/asm/param.h
+++ b/arch/s390/include/asm/param.h
@@ -1,30 +1,6 @@
-/*
- * include/asm-s390/param.h
- *
- * S390 version
- *
- * Derived from "include/asm-i386/param.h"
- */
-
#ifndef _ASMS390_PARAM_H
#define _ASMS390_PARAM_H
-#ifdef __KERNEL__
-# define HZ CONFIG_HZ /* Internal kernel timer frequency */
-# define USER_HZ 100 /* .. some user interfaces are in "ticks" */
-# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
-#endif
-
-#ifndef HZ
-#define HZ 100
-#endif
-
-#define EXEC_PAGESIZE 4096
-
-#ifndef NOGROUP
-#define NOGROUP (-1)
-#endif
-
-#define MAXHOSTNAMELEN 64 /* max length of hostname */
+#include <asm-generic/param.h>
-#endif
+#endif /* _ASMS390_PARAM_H */