patch-2.3.48 linux/include/asm-mips64/param.h
Next file: linux/include/asm-mips64/parport.h
Previous file: linux/include/asm-mips64/page.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Thu Feb 24 22:53:35 2000
- Orig file:
v2.3.47/linux/include/asm-mips64/param.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.47/linux/include/asm-mips64/param.h linux/include/asm-mips64/param.h
@@ -0,0 +1,30 @@
+/* $Id: param.h,v 1.2 2000/01/19 02:08:47 ralf Exp $
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright 1994 - 1999 Ralf Baechle (ralf@gnu.org)
+ */
+#ifndef _ASM_PARAM_H
+#define _ASM_PARAM_H
+
+#ifndef HZ
+#define HZ 100
+# define HZ 100
+# define HZ_TO_STD(a) (a)
+#endif
+
+#define EXEC_PAGESIZE 4096
+
+#ifndef NGROUPS
+#define NGROUPS 32
+#endif
+
+#ifndef NOGROUP
+#define NOGROUP (-1)
+#endif
+
+#define MAXHOSTNAMELEN 64 /* max length of hostname */
+
+#endif /* _ASM_PARAM_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)