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/