projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] Make touch_nmi_watchdog imply touch_softlockup_watchdog on all archs
[linux-2.6]
/
include
/
asm-m68knommu
/
param.h
1
#ifndef _M68KNOMMU_PARAM_H
2
#define _M68KNOMMU_PARAM_H
3
4
5
#if defined(CONFIG_CLEOPATRA)
6
#define HZ 1000
7
#endif
8
#ifndef HZ
9
#define HZ 100
10
#endif
11
12
#ifdef __KERNEL__
13
#define USER_HZ HZ
14
#define CLOCKS_PER_SEC (USER_HZ)
15
#endif
16
17
#define EXEC_PAGESIZE 4096
18
19
#ifndef NOGROUP
20
#define NOGROUP (-1)
21
#endif
22
23
#define MAXHOSTNAMELEN 64 /* max length of hostname */
24
25
#endif /* _M68KNOMMU_PARAM_H */