Browse Source

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>
Kevin Hao 12 years ago
parent
commit
177c19237b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      arch/powerpc/kernel/head_booke.h

+ 0 - 5
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);				\