mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-12-22 12:17:45 +01:00
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 */
|