USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driver
[linux-2.6/s3c2410-cpufreq.git] / include / asm-alpha / param.h
blob0982f1d39499fbe337b440cc995913e2fbbb792d
1 #ifndef _ASM_ALPHA_PARAM_H
2 #define _ASM_ALPHA_PARAM_H
4 /* ??? Gross. I don't want to parameterize this, and supposedly the
5 hardware ignores reprogramming. We also need userland buy-in to the
6 change in HZ, since this is visible in the wait4 resources etc. */
8 #define HZ CONFIG_HZ
9 #define USER_HZ HZ
11 #define EXEC_PAGESIZE 8192
13 #ifndef NOGROUP
14 #define NOGROUP (-1)
15 #endif
17 #define MAXHOSTNAMELEN 64 /* max length of hostname */
19 #ifdef __KERNEL__
20 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
21 #endif
23 #endif /* _ASM_ALPHA_PARAM_H */