mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
46931bf67c
This kernel/user split was done long ago for other architectures. Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
12 lines
245 B
C
12 lines
245 B
C
#ifndef _ASM_ALPHA_PARAM_H
|
|
#define _ASM_ALPHA_PARAM_H
|
|
|
|
#include <uapi/asm/param.h>
|
|
|
|
# undef HZ
|
|
# define HZ CONFIG_HZ
|
|
# define USER_HZ 1024
|
|
# define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */
|
|
|
|
#endif /* _ASM_ALPHA_PARAM_H */
|