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 #  define HZ     977    /* Evaluation Boards seem to be a little odd */
   9 # else
  10 #  define HZ    1024    /* normal value for Alpha systems */
  11 # endif
  12 #endif
  13 
  14 #define EXEC_PAGESIZE   8192
  15 
  16 #ifndef NGROUPS
  17 #define NGROUPS         32
  18 #endif
  19 
  20 #ifndef NOGROUP
  21 #define NOGROUP         (-1)
  22 #endif
  23 
  24 #define MAXHOSTNAMELEN  64      /* max length of hostname */
  25 
  26 #endif

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