]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: tlbex: Fix typo in r3000 tlb store handler
authorTony Wu <tung7970@gmail.com>
Thu, 18 Jul 2013 09:45:47 +0000 (09:45 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 19 Jul 2013 08:18:07 +0000 (10:18 +0200)
commit644d63fcace0a5af2417131788b622993f61fe41
tree4964a674f51b6ed79e73be5bfff1aebb60bb61e4
parent6e95f6d9e8b2437f47c5e54d21f1c1d5e3619467
MIPS: tlbex: Fix typo in r3000 tlb store handler

commit b4a140d (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>
arch/mips/mm/tlbex.c