projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4696c
)
powerpc/booke: Remove obsolete macro FINISH_EXCEPTION
author
Kevin Hao
<haokexin@gmail.com>
Mon, 29 Apr 2013 00:59:57 +0000
(
00:59
+0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 30 Apr 2013 05:59:32 +0000
(15:59 +1000)
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>
arch/powerpc/kernel/head_booke.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/head_booke.h
b/arch/powerpc/kernel/head_booke.h
index 5f051eeb93a278cb33c823c722582fb4652566f5..b3853504498dfc27f490c71870603d128a851b43 100644
(file)
--- 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); \