Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78049
b: refs/heads/master
c: 991f8b6
h: refs/heads/master
i:
  78047: c42d67d
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 29, 2008
1 parent ebba095 commit 9286582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c9662341f8a09cffd7234a89cc066c342fe343bf
refs/heads/master: 991f8b6ac5a7284612679f4a095578b460555e8f
4 changes: 2 additions & 2 deletions trunk/arch/mips/vr41xx/common/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ void __init plat_time_init(void)
{
unsigned long tclock;

vr41xx_calculate_clock_frequency();

tclock = vr41xx_get_tclock_frequency();
if (current_cpu_data.processor_id == PRID_VR4131_REV2_0 ||
current_cpu_data.processor_id == PRID_VR4131_REV2_1)
Expand All @@ -50,8 +52,6 @@ void __init plat_time_init(void)

void __init plat_mem_setup(void)
{
vr41xx_calculate_clock_frequency();

iomem_resource_init();
}

Expand Down

0 comments on commit 9286582

Please sign in to comment.