From 1a5f66600cafdf590422119e32fc760d2ae9a152 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 29 May 2006 00:02:12 +0100 Subject: [PATCH] --- yaml --- r: 27131 b: refs/heads/master c: aa32374aaa2e516a9b0719477efae0782a62a79e h: refs/heads/master i: 27129: 40121bf77beff4ceb7b87f3bc3b7e3cf416992f3 27127: 22b087de7160caec009a1e1807c56c4132058936 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/cpu-probe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbf5bc6df772..bba70973a944 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7155262e180d3b50fdea0f58f3329d9ae81ef80b +refs/heads/master: aa32374aaa2e516a9b0719477efae0782a62a79e diff --git a/trunk/arch/mips/kernel/cpu-probe.c b/trunk/arch/mips/kernel/cpu-probe.c index bef3e2dc7c52..8c2c359a05f4 100644 --- a/trunk/arch/mips/kernel/cpu-probe.c +++ b/trunk/arch/mips/kernel/cpu-probe.c @@ -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: