aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_booke.h
diff options
context:
space:
mode:
authorGravatar Kevin Hao <haokexin@gmail.com> 2013-04-29 00:59:57 +0000
committerGravatar Benjamin Herrenschmidt <benh@kernel.crashing.org> 2013-04-30 15:59:32 +1000
commit177c19237b886a2ab71011c9e6f40190e5c24b83 (patch)
tree5778ae0d220f7957cb916a2290badbdd490cb77b /arch/powerpc/kernel/head_booke.h
parentpowerpc/rtas_flash: Fix bad memory access (diff)
downloadlinux-177c19237b886a2ab71011c9e6f40190e5c24b83.tar.gz
linux-177c19237b886a2ab71011c9e6f40190e5c24b83.tar.bz2
linux-177c19237b886a2ab71011c9e6f40190e5c24b83.zip
powerpc/booke: Remove obsolete macro FINISH_EXCEPTION
This is stale and not used by anyone now. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/head_booke.h')
-rw-r--r--arch/powerpc/kernel/head_booke.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/head_booke.h b/arch/powerpc/kernel/head_booke.h
index 5f051eeb93a2..b3853504498d 100644
--- a/arch/powerpc/kernel/head_booke.h
+++ b/arch/powerpc/kernel/head_booke.h
@@ -199,11 +199,6 @@
.align 5; \
label:
-#define FINISH_EXCEPTION(func) \
- bl transfer_to_handler_full; \
- .long func; \
- .long ret_from_except_full
-
#define EXCEPTION(n, intno, label, hdlr, xfer) \
START_EXCEPTION(label); \
NORMAL_EXCEPTION_PROLOG(intno); \