diff options
Diffstat (limited to 'include/asm-v850/param.h')
-rw-r--r-- | include/asm-v850/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/param.h b/include/asm-v850/param.h index 281832690290..4391f5fe0204 100644 --- a/include/asm-v850/param.h +++ b/include/asm-v850/param.h @@ -26,6 +26,8 @@ # define HZ CONFIG_HZ # define USER_HZ 100 # define CLOCKS_PER_SEC USER_HZ +#else +# define HZ 100 #endif #endif /* __V850_PARAM_H__ */ |