From: Bharat Bhushan Date: Mon, 29 Apr 2013 22:18:11 +0000 (+0000) Subject: powerpc: Fix interrupt range check on debug exception X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2a6cfe05a33891180a27d55983febe170bc0f8;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed