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-sparc64 | |
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-sparc64')
-rw-r--r-- | include/asm-sparc64/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/param.h b/include/asm-sparc64/param.h index 457db4933..bfaec7ba3 100644 --- a/include/asm-sparc64/param.h +++ b/include/asm-sparc64/param.h @@ -4,8 +4,10 @@ #ifndef HZ #define HZ 100 +#ifdef __KERNEL__ #define HZ_TO_STD(a) (a) #endif +#endif #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */ |