2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright 1994 - 2000, 2002 Ralf Baechle (ralf@gnu.org)
7 * Copyright 2000 Silicon Graphics, Inc.
14 # define HZ CONFIG_HZ /* Internal kernel timer frequency */
15 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
23 #define EXEC_PAGESIZE 65536
29 #define MAXHOSTNAMELEN 64 /* max length of hostname */
31 #endif /* _ASM_PARAM_H */