commit | afc813ae6d01eb4bb03fe67ed74c76608e3db089 | [log] [tgz] |
---|---|---|
author | Tony Wu <tung7970@gmail.com> | Thu Jul 18 09:45:47 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Jul 19 10:18:07 2013 +0200 |
tree | 4964a674f51b6ed79e73be5bfff1aebb60bb61e4 | |
parent | 976f39b139cdd06a88a5aadd8202b0c30cac9cda [diff] |
MIPS: tlbex: Fix typo in r3000 tlb store handler commit 6ba045f (MIPS: Move generated code to .text for microMIPS) causes a panic at boot. The handler builder should test against handle_tlbs_end, not handle_tlbs. Signed-off-by: Tony Wu <tung7970@gmail.com> Acked-by: Jayachandran C. <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5600/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>