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

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

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

  1 #ifndef _ASM_IA64_PARAM_H
  2 #define _ASM_IA64_PARAM_H
  3 
  4 /*
  5  * Fundamental kernel parameters.
  6  *
  7  * Copyright (C) 1998, 1999 Hewlett-Packard Co
  8  * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
  9  */
 10 
 11 #include <linux/config.h>
 12 
 13 #if defined(CONFIG_IA64_HP_SIM) || defined(CONFIG_IA64_SOFTSDV_HACKS)
 14 /*
 15  * Yeah, simulating stuff is slow, so let us catch some breath between
 16  * timer interrupts...
 17  */
 18 # define HZ       32
 19 #else
 20 # define HZ     1024
 21 #endif
 22 
 23 #define EXEC_PAGESIZE   65536
 24 
 25 #ifndef NGROUPS
 26 # define NGROUPS        32
 27 #endif
 28 
 29 #ifndef NOGROUP
 30 # define NOGROUP        (-1)
 31 #endif
 32 
 33 #define MAXHOSTNAMELEN  64      /* max length of hostname */
 34 
 35 #ifdef __KERNEL__
 36 # define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
 37 #endif
 38 
 39 #endif /* _ASM_IA64_PARAM_H */
 40 

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