linux-old/include/asm-arm/param.h
<<
>>
Prefs
   1/*
   2 *  linux/include/asm-arm/param.h
   3 *
   4 *  Copyright (C) 1995-1999 Russell King
   5 *
   6 * This program is free software; you can redistribute it and/or modify
   7 * it under the terms of the GNU General Public License version 2 as
   8 * published by the Free Software Foundation.
   9 */
  10#ifndef __ASM_PARAM_H
  11#define __ASM_PARAM_H
  12
  13#include <asm/arch/param.h>     /* for HZ */
  14#include <asm/proc/page.h>      /* for EXEC_PAGE_SIZE */
  15
  16#ifndef HZ
  17#define HZ 100
  18#endif
  19#if defined(__KERNEL__) && (HZ == 100)
  20#define hz_to_std(a) (a)
  21#endif
  22
  23#ifndef NGROUPS
  24#define NGROUPS         32
  25#endif
  26
  27#ifndef NOGROUP
  28#define NOGROUP         (-1)
  29#endif
  30
  31/* max length of hostname */
  32#define MAXHOSTNAMELEN  64
  33
  34#ifdef __KERNEL__
  35# define CLOCKS_PER_SEC HZ
  36#endif
  37
  38#endif
  39
  40
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.