Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64937
b: refs/heads/master
c: 50da469
h: refs/heads/master
i:
  64935: 4b8b786
v: v3
  • Loading branch information
Ralf Baechle committed Sep 14, 2007
1 parent 968a9e0 commit 2c7283d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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: 8df5beac2aa15b18a912ab585e1b86e748eda9ad
refs/heads/master: 50da469a79fa2152d824f25f5ad5962f4af4343d
9 changes: 8 additions & 1 deletion trunk/arch/mips/kernel/cpu-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,14 @@ static inline void check_wait(void)
if ((c->processor_id & 0xff) <= 0x64)
break;

cpu_wait = r4k_wait;
/*
* Another rev is incremeting c0_count at a reduced clock
* rate while in WAIT mode. So we basically have the choice
* between using the cp0 timer as clocksource or avoiding
* the WAIT instruction. Until more details are known,
* disable the use of WAIT for 20Kc entirely.
cpu_wait = r4k_wait;
*/
break;
case CPU_RM9000:
if ((c->processor_id & 0x00ff) >= 0x40)
Expand Down

0 comments on commit 2c7283d

Please sign in to comment.