Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Isaacson and committed by
Ralf Baechle
d121ced2 485a4a92

+1 -1
+1 -1
arch/mips/kernel/cpu-probe.c
··· 612 612 * cache code which eventually will be folded into c-r4k.c. Until 613 613 * then we pretend it's got it's own cache architecture. 614 614 */ 615 - c->options &= MIPS_CPU_4K_CACHE; 615 + c->options &= ~MIPS_CPU_4K_CACHE; 616 616 c->options |= MIPS_CPU_SB1_CACHE; 617 617 618 618 switch (c->processor_id & 0xff00) {