patch-2.3.23 linux/include/asm-arm/param.h

Next file: linux/include/asm-arm/parport.h
Previous file: linux/include/asm-arm/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/param.h linux/include/asm-arm/param.h
@@ -1 +1,28 @@
-#include <asm/proc/param.h>
+/*
+ * linux/include/asm-arm/param.h
+ *
+ * Copyright (C) 1995-1999 Russell King
+ */
+#ifndef __ASM_PARAM_H
+#define __ASM_PARAM_H
+
+#include <asm/arch/param.h>	/* for HZ */
+#include <asm/proc/page.h>	/* for EXEC_PAGE_SIZE */
+
+#ifndef HZ
+#define HZ 100
+#endif
+
+#ifndef NGROUPS
+#define NGROUPS         32
+#endif
+
+#ifndef NOGROUP
+#define NOGROUP         (-1)
+#endif
+
+/* max length of hostname */
+#define MAXHOSTNAMELEN  64
+
+#endif
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)