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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1275 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
#ifdef __KERNEL__
15
#define hz_to_std(a) (a)
16
#endif
17
#endif
18
 
19
#define EXEC_PAGESIZE   4096
20
 
21
#ifndef NGROUPS
22
#define NGROUPS         32
23
#endif
24
 
25
#ifndef NOGROUP
26
#define NOGROUP         (-1)
27
#endif
28
 
29
#define MAXHOSTNAMELEN  64      /* max length of hostname */
30
 
31
#ifdef __KERNEL__
32
# define CLOCKS_PER_SEC         HZ      /* frequency at which times() counts */
33
#endif
34
 
35
#endif

powered by: WebSVN 2.1.0

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