Fix typo in cpu_probe_sibyte Signed-Off-By: Andy Isaacson <adi@xxxxxxxxxxxx> arch/mips/kernel/cpu-probe.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: lmo/arch/mips/kernel/cpu-probe.c =================================================================== --- lmo.orig/arch/mips/kernel/cpu-probe.c 2005-10-19 22:34:08.000000000 -0700 +++ lmo/arch/mips/kernel/cpu-probe.c 2005-10-19 22:34:10.000000000 -0700 @@ -618,7 +618,7 @@ * 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) {