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-arm/arch-ebsa285/param.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-arm/arch-ebsa285') diff --git a/include/asm-arm/arch-ebsa285/param.h b/include/asm-arm/arch-ebsa285/param.h index 021282dd7..1efdf79a2 100644 --- a/include/asm-arm/arch-ebsa285/param.h +++ b/include/asm-arm/arch-ebsa285/param.h @@ -6,3 +6,4 @@ */ #define HZ 100 +#define HZ_TO_STD(a) (a) -- cgit v1.2.3