From 70144bd759c9dfed330bb20d2a5341f7fe0fb036 Mon Sep 17 00:00:00 2001 From: Harald Koerfgen Date: Thu, 1 Jul 1999 20:01:45 +0000 Subject: Fix for HZ != 100 on DECstations --- include/asm-ppc/param.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-ppc') diff --git a/include/asm-ppc/param.h b/include/asm-ppc/param.h index 0cdcc660e..35ad254d6 100644 --- a/include/asm-ppc/param.h +++ b/include/asm-ppc/param.h @@ -3,6 +3,7 @@ #ifndef HZ #define HZ 100 +#define HZ_TO_STD(a) (a) #endif #define EXEC_PAGESIZE 4096 -- cgit v1.2.3