From: Kevin Hao Date: Mon, 29 Apr 2013 00:59:57 +0000 (+0000) Subject: powerpc/booke: Remove obsolete macro FINISH_EXCEPTION X-Git-Tag: v3.10-rc1~121^2~22 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=177c19237b886a2ab71011c9e6f40190e5c24b83;p=linux-2.6-block.git powerpc/booke: Remove obsolete macro FINISH_EXCEPTION This is stale and not used by anyone now. Signed-off-by: Kevin Hao Signed-off-by: Benjamin Herrenschmidt --- 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); \