repo.or.cz
/
linux-2.6
/
s3c2410-cpufreq.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sysdev: fix problem with sysdev_class being re-registered
[linux-2.6/s3c2410-cpufreq.git]
/
include
/
asm-m68knommu
/
param.h
blob
96c45101832491ecbb7e0cabdb5b49d49f5fa5d2
1
#ifndef _M68KNOMMU_PARAM_H
2
#define _M68KNOMMU_PARAM_H
3
4
#define HZ CONFIG_HZ
5
6
#ifdef __KERNEL__
7
#define USER_HZ HZ
8
#define CLOCKS_PER_SEC (USER_HZ)
9
#endif
10
11
#define EXEC_PAGESIZE 4096
12
13
#ifndef NOGROUP
14
#define NOGROUP (-1)
15
#endif
16
17
#define MAXHOSTNAMELEN 64
/* max length of hostname */
18
19
#endif
/* _M68KNOMMU_PARAM_H */