Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 177c1923 authored by Kevin Hao's avatar Kevin Hao Committed by Benjamin Herrenschmidt
Browse files

powerpc/booke: Remove obsolete macro FINISH_EXCEPTION



This is stale and not used by anyone now.

Signed-off-by: default avatarKevin Hao <haokexin@gmail.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent fb4696c3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);				\