OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-or32/] [param.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
#ifndef _OR32_PARAM_H
2
#define _OR32_PARAM_H
3
 
4
#include <linux/config.h>
5
 
6
#ifndef HZ
7
#define HZ              100
8
#endif
9
 
10
#define EXEC_PAGESIZE   8192
11
 
12
#ifndef NGROUPS
13
#define NGROUPS         32
14
#endif
15
 
16
#ifndef NOGROUP
17
#define NOGROUP         (-1)
18
#endif
19
 
20
#define MAXHOSTNAMELEN  64      /* max length of hostname */
21
 
22
#ifdef __KERNEL__
23
# define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
24
#endif
25
 
26
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.