Skip to content

Commit

Permalink
powerpc/booke: Remove obsolete macro FINISH_EXCEPTION
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin Hao authored and Benjamin Herrenschmidt committed Apr 30, 2013
1 parent fb4696c commit 177c192
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/powerpc/kernel/head_booke.h
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 177c192

Please sign in to comment.