root/include/asm-alpha/param.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _ASMAXP_PARAM_H
   2 #define _ASMAXP_PARAM_H
   3 
   4 #include <linux/config.h>
   5 
   6 #ifndef HZ
   7 # if defined(CONFIG_ALPHA_EB66) || defined(CONFIG_ALPHA_EB66P) || \
   8      defined(CONFIG_ALPHA_EB64) || defined(CONFIG_ALPHA_EB64P)
   9 #  define HZ     977    /* Evaluation Boards seem to be a little odd */
  10 # else
  11 #  define HZ    1024    /* normal value for Alpha systems */
  12 # endif
  13 #endif
  14 
  15 #define EXEC_PAGESIZE   8192
  16 
  17 #ifndef NGROUPS
  18 #define NGROUPS         32
  19 #endif
  20 
  21 #ifndef NOGROUP
  22 #define NOGROUP         (-1)
  23 #endif
  24 
  25 #define MAXHOSTNAMELEN  64      /* max length of hostname */
  26 
  27 #endif

/* [previous][next][first][last][top][bottom][index][help] */