param.h 491 B

123456789101112131415161718192021
  1. #ifndef _UAPI_ASM_ALPHA_PARAM_H
  2. #define _UAPI_ASM_ALPHA_PARAM_H
  3. /* ??? Gross. I don't want to parameterize this, and supposedly the
  4. hardware ignores reprogramming. We also need userland buy-in to the
  5. change in HZ, since this is visible in the wait4 resources etc. */
  6. #ifndef __KERNEL__
  7. #define HZ 1024
  8. #endif
  9. #define EXEC_PAGESIZE 8192
  10. #ifndef NOGROUP
  11. #define NOGROUP (-1)
  12. #endif
  13. #define MAXHOSTNAMELEN 64 /* max length of hostname */
  14. #endif /* _UAPI_ASM_ALPHA_PARAM_H */