diff options
| author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-03-04 17:36:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-04 17:36:48 -0800 |
| commit | ce4ddcb1b0f3c04f2d115281d97db417a1853a69 (patch) | |
| tree | beb00c89ad1f3f255f351d8837dc132bf7242249 /include | |
| parent | 7c751453da9f53fff644bc49578f9a2930279c68 (diff) | |
[PATCH] mips: calculate clock at any time
This patch changes bcu.c to calculate clock at any time. Because clock can
be changed. Moreover, EXPORT_SYMBOL_GPLs are added to it.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/vr41xx/vr41xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/vr41xx/vr41xx.h b/include/asm-mips/vr41xx/vr41xx.h index c57c8dca6117..8ac8487e2790 100644 --- a/include/asm-mips/vr41xx/vr41xx.h +++ b/include/asm-mips/vr41xx/vr41xx.h @@ -45,6 +45,7 @@ /* * Bus Control Uint */ +extern unsigned long vr41xx_calculate_clock_frequency(void); extern unsigned long vr41xx_get_vtclock_frequency(void); extern unsigned long vr41xx_get_tclock_frequency(void); |
