Bharat Bhushan fc2a6cfe05 powerpc: Fix interrupt range check on debug exception
We do not want to take single step and branch-taken debug exception
in kernel exception code. But the address range check was not covering
all kernel exception handlers address range.

With this patch we defined the interrupt_end label which defines the
end on kernel exception code. So now we check interrupt_base to
interrupt_end range for not handling debug exception in kernel
exception entry.

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-05-02 10:31:01 +10:00
..
2013-04-23 16:05:05 +10:00
2013-04-23 16:05:05 +10:00
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2013-04-26 16:08:17 +10:00
2011-11-28 21:13:18 +02:00
2011-03-31 11:26:23 -03:00
2012-09-30 23:31:19 -04:00
2012-09-30 23:31:19 -04:00
2013-04-18 15:59:58 +10:00
2011-03-31 11:26:23 -03:00
2013-02-22 23:31:31 -05:00
2012-11-15 15:02:44 +11:00
2013-04-18 13:03:53 +10:00
2010-07-19 10:56:54 +02:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:02 +01:00
2013-02-25 09:24:55 -05:00
2012-11-15 12:59:33 +11:00
2013-04-23 16:05:05 +10:00