Home
last modified time | relevance | path

Searched hist:fc2a6cfe05a33891180a27d55983febe170bc0f8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dhead_booke.hdiff fc2a6cfe05a33891180a27d55983febe170bc0f8 Mon Apr 29 17:18:11 CDT 2013 Bharat Bhushan <r65777@freescale.com> 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>
H A Dhead_44x.Sdiff fc2a6cfe05a33891180a27d55983febe170bc0f8 Mon Apr 29 17:18:11 CDT 2013 Bharat Bhushan <r65777@freescale.com> 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>