From 661a86523423a6b1ecad71187395df29fc7f7c06 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sun, 25 Jan 2009 16:57:00 +0100 Subject: [PATCH] --- yaml --- r: 129970 b: refs/heads/master c: e1b4d1143651fb3838be1117785b6e0386fa151f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/timex.h | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index dd3959fda44d..0a74292858dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff4ce8c332859508dc97826ab8b7f42bb9c212c9 +refs/heads/master: e1b4d1143651fb3838be1117785b6e0386fa151f diff --git a/trunk/arch/x86/include/asm/timex.h b/trunk/arch/x86/include/asm/timex.h index 1287dc1347d6..b5c9d45c981f 100644 --- a/trunk/arch/x86/include/asm/timex.h +++ b/trunk/arch/x86/include/asm/timex.h @@ -1,18 +1,13 @@ -/* x86 architecture timex specifications */ #ifndef _ASM_X86_TIMEX_H #define _ASM_X86_TIMEX_H #include #include -#ifdef CONFIG_X86_ELAN -# define PIT_TICK_RATE 1189200 /* AMD Elan has different frequency! */ -#elif defined(CONFIG_X86_RDC321X) -# define PIT_TICK_RATE 1041667 /* Underlying HZ for R8610 */ -#else -# define PIT_TICK_RATE 1193182 /* Underlying HZ */ -#endif -#define CLOCK_TICK_RATE PIT_TICK_RATE +/* The PIT ticks at this frequency (in HZ): */ +#define PIT_TICK_RATE 1193182 + +#define CLOCK_TICK_RATE PIT_TICK_RATE #define ARCH_HAS_READ_CURRENT_TIMER