Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27131
b: refs/heads/master
c: aa32374
h: refs/heads/master
i:
  27129: 40121bf
  27127: 22b087d
v: v3
  • Loading branch information
Ralf Baechle committed Jun 5, 2006
1 parent 6f6c127 commit 1a5f666
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7155262e180d3b50fdea0f58f3329d9ae81ef80b
refs/heads/master: aa32374aaa2e516a9b0719477efae0782a62a79e
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/cpu-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static inline void cpu_probe_sibyte(struct cpuinfo_mips *c)
case PRID_IMP_SB1:
c->cputype = CPU_SB1;
/* FPU in pass1 is known to have issues. */
if ((c->processor_id & 0xff) < 0x20)
if ((c->processor_id & 0xff) < 0x02)
c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR);
break;
case PRID_IMP_SB1A:
Expand Down

0 comments on commit 1a5f666

Please sign in to comment.