repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
arch
/
alpha
/
include
/
asm
/
param.h
blob
a5b68b268bcf34835a6376d8b8e2cb349d03feed
1
#ifndef _ASM_ALPHA_PARAM_H
2
#define _ASM_ALPHA_PARAM_H
3
4
#include <uapi/asm/param.h>
5
6
# undef HZ
7
# define HZ CONFIG_HZ
8
# define USER_HZ 1024
9
# define CLOCKS_PER_SEC USER_HZ
/* frequency at which times() counts */
10
11
#endif
/* _ASM_ALPHA_PARAM_H */