Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d121ced2 authored by Andrew Isaacson's avatar Andrew Isaacson Committed by Ralf Baechle
Browse files

Sibyte fixes


    
Fix typo in cpu_probe_sibyte.
    
Signed-Off-By: default avatarAndy Isaacson <adi@broadcom.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 485a4a92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	 * 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;

	switch (c->processor_id & 0xff00) {