diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-07-01 20:01:45 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-07-01 20:01:45 +0000 |
commit | 70144bd759c9dfed330bb20d2a5341f7fe0fb036 (patch) | |
tree | ded5e44d81a4813738f84a38248a1d3efb9743ff /include/asm-m68k | |
parent | f7daca613c975ee4e698ddbb113ee698a3b28829 (diff) |
Fix for HZ != 100 on DECstations
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/param.h b/include/asm-m68k/param.h index 475002cef..27c9834e9 100644 --- a/include/asm-m68k/param.h +++ b/include/asm-m68k/param.h @@ -3,6 +3,7 @@ #ifndef HZ #define HZ 100 +#define HZ_TO_STD(a) (a) #endif #define EXEC_PAGESIZE 4096 |