Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101447
b: refs/heads/master
c: 6da5e30
h: refs/heads/master
i:
  101445: fe832ae
  101443: cbf26e7
  101439: 488d078
v: v3
  • Loading branch information
Ralf Baechle committed Jul 15, 2008
1 parent a90c4d1 commit ed99584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 1398ddb2ebdb41e8efe6ba42505fd452704c8405
refs/heads/master: 6da5e30b879394f0c55b2bbf3353d797097c8f0f
13 changes: 0 additions & 13 deletions trunk/arch/mips/mips-boards/generic/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ static unsigned int __init estimate_cpu_frequency(void)
unsigned int prid = read_c0_prid() & 0xffff00;
unsigned int count;

#ifdef CONFIG_MIPS_SIM
/*
* The SEAD board doesn't have a real time clock, so we can't
* really calculate the timer frequency
* For now we hardwire the SEAD board frequency to 12MHz.
*/

if ((prid == (PRID_COMP_MIPS | PRID_IMP_20KC)) ||
(prid == (PRID_COMP_MIPS | PRID_IMP_25KF)))
count = 12000000;
else
count = 6000000;
#endif
#ifdef CONFIG_MIPS_MALTA
unsigned long flags;
unsigned int start;
Expand Down

0 comments on commit ed99584

Please sign in to comment.