From: Suzuki K. Poulose Date: Mon, 3 Dec 2012 15:07:42 +0000 (+0530) Subject: powerpc/kprobes: Do not disable External interrupts during single step X-Git-Tag: v3.11-rc1~94^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f395c5b0a26b3a80f9e2d35333981a2a75c0ae;p=pandora-kernel.git powerpc/kprobes: Do not disable External interrupts during single step External/Decrement exceptions have lower priority than the Debug Exception. So, we don't have to disable the External interrupts before a single step. However, on BookE, Critical Input Exception(CE) has higher priority than a Debug Exception. Hence we mask them. Signed-off-by: Suzuki K. Poulose Cc: Sebastian Andrzej Siewior Cc: Ananth N Mavinakaynahalli Cc: Kumar Gala Cc: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed