https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d8f935dc0bd8d0beb0026740256e819f16b46aad authored by Jason Self on 04 July 2014, 08:21:49 UTC
Linux-libre 3.12.24-gnu
Tip revision: d8f935d
param.h
#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 */
back to top