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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-i960/] [param.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _I960_PARAM_H
2
#define _I960_PARAM_H
3
 
4
#include <linux/config.h>
5
 
6
/* this is not quite arbitrary; it needs to be longer than the longest path
7
 * through schedule() */
8
#ifndef HZ
9
#define HZ 100
10
#endif
11
 
12
#define EXEC_PAGESIZE   4096
13
 
14
#ifndef NGROUPS
15
#define NGROUPS         32
16
#endif
17
 
18
#ifndef NOGROUP
19
#define NOGROUP         (-1)
20
#endif
21
 
22
#define MAXHOSTNAMELEN  64      /* max length of hostname */
23
 
24
#endif /* _I960_PARAM_H */

powered by: WebSVN 2.1.0

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