From: David Daney Date: Sat, 17 Sep 2011 01:06:02 +0000 (-0700) Subject: MIPS: No branches in delay slots for huge pages in handle_tlbl X-Git-Tag: v3.1-rc10~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4ccbc835036cbcc2513585bb2e93ee62e12674;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2775/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed