mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-15 18:34:47 +08:00
96433f6ee4
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> Acked-by: Michael Cree <mcree@orcon.net.nz> Acked-by: Matt Turner <mattst88@gmail.com>
10 lines
225 B
C
10 lines
225 B
C
#ifndef _ASM_ALPHA_PARAM_H
|
|
#define _ASM_ALPHA_PARAM_H
|
|
|
|
#include <uapi/asm/param.h>
|
|
|
|
#define HZ CONFIG_HZ
|
|
#define USER_HZ HZ
|
|
# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
|
|
#endif /* _ASM_ALPHA_PARAM_H */
|