powerpc: Disable interrupts for data breakpoint exceptions
authorK.Prasad <prasad@linux.vnet.ibm.com>
Mon, 29 Mar 2010 23:59:25 +0000 (23:59 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 7 Apr 2010 04:44:38 +0000 (14:44 +1000)
Data address breakpoint exceptions are currently handled along with page-faults
which require interrupts to remain in enabled state. Since exception handling
for data breakpoints aren't pre-empt safe, we handle them separately.

Signed-off-by: K.Prasad <prasad@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found