X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fasm-um%2Fparam.h;h=e44f4e60d16d387a9c7fb6ac72a1e5231e1205da;hb=51558576ead54c1047e4d41440626e4f9aa015ea;hp=4cd4a226f8c125d07668b15fbf239370baa58ebe;hpb=5531d28504461c4e96c6fbd80655a2bfd6481583;p=cascardo%2Flinux.git diff --git a/include/asm-um/param.h b/include/asm-um/param.h index 4cd4a226f8c1..e44f4e60d16d 100644 --- a/include/asm-um/param.h +++ b/include/asm-um/param.h @@ -13,6 +13,8 @@ #define HZ CONFIG_HZ #define USER_HZ 100 /* .. some user interfaces are in "ticks" */ #define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ +#else +#define HZ 100 #endif #endif