~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-mips64/param.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  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
  4  * for more details.
  5  *
  6  * Copyright 1994 - 2000 Ralf Baechle (ralf@gnu.org)
  7  * Copyright 2000 Silicon Graphics, Inc.
  8  */
  9 #ifndef _ASM_PARAM_H
 10 #define _ASM_PARAM_H
 11 
 12 #ifndef HZ
 13 #define HZ 100
 14 #  define HZ 100
 15 #ifdef __KERNEL__
 16 #  define hz_to_std(a) (a)
 17 #endif
 18 #endif
 19 
 20 #define EXEC_PAGESIZE   4096
 21 
 22 #ifndef NGROUPS
 23 #define NGROUPS         32
 24 #endif
 25 
 26 #ifndef NOGROUP
 27 #define NOGROUP         (-1)
 28 #endif
 29 
 30 #define MAXHOSTNAMELEN  64      /* max length of hostname */
 31 
 32 #ifdef __KERNEL__
 33 # define CLOCKS_PER_SEC 100     /* frequency at which times() counts */
 34 #endif
 35 
 36 #endif /* _ASM_PARAM_H */
 37 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.