From cc66ffa7a67e8254123fdf8725c2c02696be07bb Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 18 Dec 2007 09:43:15 +0900 Subject: [PATCH] --- yaml --- r: 77835 b: refs/heads/master c: 7bff489a1496d363e9a640c00eb8970da15079dd h: refs/heads/master i: 77833: 106ef267471ff0534eaca2735343cc94f0e07867 77831: c9f24ae4b6eb9abe072bc0fb9b8e7907941aa480 v: v3 --- [refs] | 2 +- trunk/include/asm-sh/param.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 786765ea5d15..1ebab88dce7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0095d58b4a91b9fb57aeb781909355b232517c64 +refs/heads/master: 7bff489a1496d363e9a640c00eb8970da15079dd diff --git a/trunk/include/asm-sh/param.h b/trunk/include/asm-sh/param.h index 1012296e07ab..ae245afdfd6a 100644 --- a/trunk/include/asm-sh/param.h +++ b/trunk/include/asm-sh/param.h @@ -2,11 +2,7 @@ #define __ASM_SH_PARAM_H #ifdef __KERNEL__ -# ifdef CONFIG_SH_WDT -# define HZ 1000 /* Needed for high-res WOVF */ -# else -# define HZ CONFIG_HZ -# endif +# define HZ CONFIG_HZ # define USER_HZ 100 /* User interfaces are in "ticks" */ # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ #endif