projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a5fbd
)
[MIPS] Fix timer setup for Jazz
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Tue, 10 Oct 2006 07:56:11 +0000
(16:56 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Oct 2006 18:30:58 +0000
(19:30 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/jazz/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/jazz/setup.c
b/arch/mips/jazz/setup.c
index 6dc4135d6e11e2c35eda255b8a1fe95b0b5bc6fa..d848f1a07786bf6c1de0f538e1e61d7a5494c122 100644
(file)
--- a/
arch/mips/jazz/setup.c
+++ b/
arch/mips/jazz/setup.c
@@
-37,7
+37,7
@@
extern void jazz_machine_restart(char *command);
extern void jazz_machine_halt(void);
extern void jazz_machine_power_off(void);
-void __init plat_time
_init
(struct irqaction *irq)
+void __init plat_time
r_setup
(struct irqaction *irq)
{
/* set the clock to 100 Hz */
r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9);