Messages in this thread Patch in this message |  | | Subject | Re: 2.4.9ac10 compile failure (hz_to_std) | Date | Tue, 11 Sep 2001 09:18:41 -0500 | From | Jeff Dike <> |
| |
Below is the patch which fixes it which I haven't sent to Alan yet.
Jeff
diff -Naur linux/include/asm-um/param.h uml/include/asm-um/param.h --- linux/include/asm-um/param.h Thu Sep 6 17:51:01 2001 +++ uml/include/asm-um/param.h Thu Sep 6 19:19:12 2001 @@ -5,6 +5,8 @@ #define HZ 20 #endif +#define hz_to_std(a) (((a)*HZ)/100) + #define EXEC_PAGESIZE 4096 #ifndef NGROUPS - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |