linux/include/asm-sparc64/param.h
<<
>>
Prefs
   1#ifndef _ASMSPARC64_PARAM_H
   2#define _ASMSPARC64_PARAM_H
   3
   4
   5#ifdef __KERNEL__
   6# define HZ             CONFIG_HZ       /* Internal kernel timer frequency */
   7# define USER_HZ        100     /* .. some user interfaces are in "ticks" */
   8# define CLOCKS_PER_SEC (USER_HZ)
   9#endif
  10
  11#ifndef HZ
  12#define HZ 100
  13#endif
  14
  15#define EXEC_PAGESIZE   8192    /* Thanks for sun4's we carry baggage... */
  16
  17#ifndef NOGROUP
  18#define NOGROUP         (-1)
  19#endif
  20
  21#define MAXHOSTNAMELEN  64      /* max length of hostname */
  22
  23#endif /* _ASMSPARC64_PARAM_H */
  24
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.