From: Ralf Baechle Date: Tue, 16 Oct 2012 20:13:06 +0000 (+0200) Subject: MIPS: R5000: Fix TLB hazard handling. X-Git-Tag: v3.7-rc2~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359187d647a7a7813444ff5932d0b862f970bb0f;p=pandora-kernel.git MIPS: R5000: Fix TLB hazard handling. R5000 and the Nevada CPUs (RM5230, RM5231, RM5260, RM5261, RM5270 and RM5271) are basically the same CPU core and all are documented to require two instructions separating a write to c0_pagemask, c0_entryhi, c0_entrylo0, c0_entrylo1 or c0_index. So far we were only providing on cycle before / after a TLBR/TLBWI for R5000 but 3 cycles before and 1 cycles after for the Nevadas. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed