From: Will Deacon Date: Fri, 17 May 2013 16:41:22 +0000 (+0100) Subject: arm64: debug: fix mdscr.ss check when enabling debug exceptions X-Git-Tag: v3.10-rc2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3126976be64bfb4c87297cb022ca815212079aec;p=pandora-kernel.git arm64: debug: fix mdscr.ss check when enabling debug exceptions When we take an exception at EL1, we only want to enable debug exceptions if we're not currently stepping, otherwise we can easily get stuck in a loop stepping into interrupt handlers. Unfortunately, the current code tests the wrong bit in the mdscr, so fix that. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed