summaryrefslogtreecommitdiff
path: root/arch/alpha/include/uapi/asm
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-21 16:01:02 -0700
committerMatt Turner <mattst88@gmail.com>2013-07-19 13:54:26 -0700
commit46931bf67c188d026879e943fa0426704991bed9 (patch)
treed5fbd6266a60c14a6b73614a4d50877471dc1e38 /arch/alpha/include/uapi/asm
parent984ac6c0c7ad612d3e7d045243805de0a2702142 (diff)
alpha: Force the user-visible HZ to a constant 1024.
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>
Diffstat (limited to 'arch/alpha/include/uapi/asm')
-rw-r--r--arch/alpha/include/uapi/asm/param.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/alpha/include/uapi/asm/param.h b/arch/alpha/include/uapi/asm/param.h
index 29daed819ebd..dbcd9834af6d 100644
--- a/arch/alpha/include/uapi/asm/param.h
+++ b/arch/alpha/include/uapi/asm/param.h
@@ -1,13 +1,7 @@
#ifndef _UAPI_ASM_ALPHA_PARAM_H
#define _UAPI_ASM_ALPHA_PARAM_H
-/* ??? Gross. I don't want to parameterize this, and supposedly the
- hardware ignores reprogramming. We also need userland buy-in to the
- change in HZ, since this is visible in the wait4 resources etc. */
-
-#ifndef __KERNEL__
#define HZ 1024
-#endif
#define EXEC_PAGESIZE 8192
@@ -17,5 +11,4 @@
#define MAXHOSTNAMELEN 64 /* max length of hostname */
-
#endif /* _UAPI_ASM_ALPHA_PARAM_H */