projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff28cbd
)
[MIPS] EV64120: Fix timer initialization for HZ != 100.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 6 Nov 2006 13:32:39 +0000
(13:32 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 6 Nov 2006 20:55:38 +0000
(20:55 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/gt64120/common/time.c
patch
|
blob
|
history
diff --git
a/arch/mips/gt64120/common/time.c
b/arch/mips/gt64120/common/time.c
index
c83ae6a
..
e6e4832
100644
(file)
--- a/
arch/mips/gt64120/common/time.c
+++ b/
arch/mips/gt64120/common/time.c
@@
-71,7
+71,7
@@
void gt64120_time_init(void)
/* Disable timer first */
GT_WRITE(GT_TC_CONTROL_OFS, 0);
/* Load timer value for 100 Hz */
- GT_WRITE(GT_TC3_OFS, Sys_clock /
100
);
+ GT_WRITE(GT_TC3_OFS, Sys_clock /
HZ
);
/*
* Create the IRQ structure entry for the timer. Since we're too early