https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7883cd0bb22ef79da2b217acd298b2325497c3bc authored by Jason Self on 27 August 2015, 08:11:31 UTC
Linux-libre 3.12.47-gnu
Tip revision: 7883cd0
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