Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129970
b: refs/heads/master
c: e1b4d11
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 25, 2009
1 parent 202362c commit 661a865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff4ce8c332859508dc97826ab8b7f42bb9c212c9
refs/heads/master: e1b4d1143651fb3838be1117785b6e0386fa151f
13 changes: 4 additions & 9 deletions trunk/arch/x86/include/asm/timex.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
/* x86 architecture timex specifications */
#ifndef _ASM_X86_TIMEX_H
#define _ASM_X86_TIMEX_H

#include <asm/processor.h>
#include <asm/tsc.h>

#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

Expand Down

0 comments on commit 661a865

Please sign in to comment.