commit | 0f4ccbc835036cbcc2513585bb2e93ee62e12674 | [log] [tgz] |
---|---|---|
author | David Daney <david.daney@cavium.com> | Fri Sep 16 18:06:02 2011 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 21 17:54:07 2011 +0200 |
tree | f70b98675abd1d6dbdd28c30863d9ea09e31d8db | |
parent | d968275921f9fa7fbc602ac6618ffec6a062ee3c [diff] |
MIPS: No branches in delay slots for huge pages in handle_tlbl For the case PM_DEFAULT_MASK == 0, we were placing a branch in the delay slot of another branch. This leads to undefined behavior. Signed-off-by: David Daney <david.daney@cavium.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2775/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>