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

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

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

  1 /* $Id: param.h,v 1.2 2000/10/30 21:01:41 davem Exp $ */
  2 #ifndef _ASMSPARC64_PARAM_H
  3 #define _ASMSPARC64_PARAM_H
  4 
  5 #ifndef HZ
  6 #define HZ 100
  7 #endif
  8 
  9 #define EXEC_PAGESIZE   8192    /* Thanks for sun4's we carry baggage... */
 10 
 11 #ifndef NGROUPS
 12 #define NGROUPS         32
 13 #endif
 14 
 15 #ifndef NOGROUP
 16 #define NOGROUP         (-1)
 17 #endif
 18 
 19 #define MAXHOSTNAMELEN  64      /* max length of hostname */
 20 
 21 #ifdef __KERNEL__
 22 # define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
 23 #endif
 24 
 25 #endif /* _ASMSPARC64_PARAM_H */
 26 

~ [ 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.