Commit ee860648 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] arch_mips_kernel_setup.c, typo: wierd

parent 8d432555
......@@ -285,7 +285,7 @@ static inline void cpu_probe(void)
mips_cpu.isa_level = MIPS_CPU_ISA_IV;
mips_cpu.options = MIPS_CPU_TLB | MIPS_CPU_4KEX |
MIPS_CPU_FPU | MIPS_CPU_32FPR;
mips_cpu.tlbsize = 384; /* has wierd TLB: 3-way x 128 */
mips_cpu.tlbsize = 384; /* has weird TLB: 3-way x 128 */
break;
case PRID_IMP_R10000:
mips_cpu.cputype = CPU_R10000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment