diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-16 19:56:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-16 19:56:45 +0000 |
commit | 9b6a32b2a56606f1654e440c4b7d6d9fd9e194c6 (patch) | |
tree | 86597662e93ad1eadb6422a55b19395655d0ff26 /include/asm-alpha | |
parent | d46913964dd390ca5b9b162941abb1a1eb414ef4 (diff) |
Some cleaning of the support for machines with HZ other than a
architecture specific standard value. Not entirely at the point
where we can send this to Linus.
Diffstat (limited to 'include/asm-alpha')
-rw-r--r-- | include/asm-alpha/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/param.h b/include/asm-alpha/param.h index 987879760..749ff7ba8 100644 --- a/include/asm-alpha/param.h +++ b/include/asm-alpha/param.h @@ -13,8 +13,10 @@ # else # define HZ 1200 # endif +#ifdef __KERNEL__ # define HZ_TO_STD(a) (a) #endif +#endif #define EXEC_PAGESIZE 8192 |