diff mbox

powerpc/booke: remove obsolete macro FINISH_EXCEPTION

Message ID 1367233197-16167-1-git-send-email-haokexin@gmail.com (mailing list archive)
State Accepted, archived
Commit 177c19237b886a2ab71011c9e6f40190e5c24b83
Headers show

Commit Message

Kevin Hao April 29, 2013, 10:59 a.m. UTC
This is stale and not used by anyone now.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
---
This passed the build test with the ppc44x_defconfig, corenet32_smp_defconfig.

 arch/powerpc/kernel/head_booke.h | 5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

diff --git a/arch/powerpc/kernel/head_booke.h b/arch/powerpc/kernel/head_booke.h
index 5f051ee..b385350 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);				\