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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/*
2
 *  include/asm-s390/param.h
3
 *
4
 *  S390 version
5
 *
6
 *  Derived from "include/asm-i386/param.h"
7
 */
8
 
9
#ifndef _ASMS390_PARAM_H
10
#define _ASMS390_PARAM_H
11
 
12
#ifndef HZ
13
#define HZ 100
14
#endif
15
 
16
#define EXEC_PAGESIZE   4096
17
 
18
#ifndef NGROUPS
19
#define NGROUPS         32
20
#endif
21
 
22
#ifndef NOGROUP
23
#define NOGROUP         (-1)
24
#endif
25
 
26
#define MAXHOSTNAMELEN  64      /* max length of hostname */
27
 
28
#ifdef __KERNEL__
29
# define CLOCKS_PER_SEC         HZ      /* frequency at which times() counts */
30
#endif
31
 
32
#endif

powered by: WebSVN 2.1.0

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