Sibyte fixes
Fix typo in cpu_probe_sibyte. Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
485a4a928a
commit
d121ced21d
@ -612,7 +612,7 @@ static inline void cpu_probe_sibyte(struct cpuinfo_mips *c)
|
|||||||
* cache code which eventually will be folded into c-r4k.c. Until
|
* cache code which eventually will be folded into c-r4k.c. Until
|
||||||
* then we pretend it's got it's own cache architecture.
|
* then we pretend it's got it's own cache architecture.
|
||||||
*/
|
*/
|
||||||
c->options &= MIPS_CPU_4K_CACHE;
|
c->options &= ~MIPS_CPU_4K_CACHE;
|
||||||
c->options |= MIPS_CPU_SB1_CACHE;
|
c->options |= MIPS_CPU_SB1_CACHE;
|
||||||
|
|
||||||
switch (c->processor_id & 0xff00) {
|
switch (c->processor_id & 0xff00) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user