diff options
author | Kevin Hao <haokexin@gmail.com> | 2013-04-28 20:59:57 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-30 01:59:32 -0400 |
commit | 177c19237b886a2ab71011c9e6f40190e5c24b83 (patch) | |
tree | 5778ae0d220f7957cb916a2290badbdd490cb77b /arch/powerpc/kernel | |
parent | fb4696c39573ea97d0aeb94fdcdbccba4607b49f (diff) |
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>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/head_booke.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
199 | .align 5; \ | 199 | .align 5; \ |
200 | label: | 200 | label: |
201 | 201 | ||
202 | #define FINISH_EXCEPTION(func) \ | ||
203 | bl transfer_to_handler_full; \ | ||
204 | .long func; \ | ||
205 | .long ret_from_except_full | ||
206 | |||
207 | #define EXCEPTION(n, intno, label, hdlr, xfer) \ | 202 | #define EXCEPTION(n, intno, label, hdlr, xfer) \ |
208 | START_EXCEPTION(label); \ | 203 | START_EXCEPTION(label); \ |
209 | NORMAL_EXCEPTION_PROLOG(intno); \ | 204 | NORMAL_EXCEPTION_PROLOG(intno); \ |