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:
eb9289e
)
[PATCH] m32r: remove unused instructions
author
Hirokazu Takata
<takata@linux-m32r.org>
Sun, 30 Oct 2005 23:00:02 +0000
(15:00 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:15 +0000
(17:37 -0800)
Remove unused instructions for debugging.
Signed-off-by: Naoto Sugai <sugai@isl.melco.co.jp>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m32r/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/m32r/kernel/entry.S
b/arch/m32r/kernel/entry.S
index 85920fb8d08c1541642a66670da6ad7661274199..396c94218cc215441f9431e73ab27ee15b22b3e0 100644
(file)
--- a/
arch/m32r/kernel/entry.S
+++ b/
arch/m32r/kernel/entry.S
@@
-653,8
+653,6
@@
ENTRY(rie_handler)
SAVE_ALL
mvfc r0, bpc
ld r1, @r0
- seth r0, #0xa0f0
- st r1, @r0
ldi r1, #0x20 ; error_code
mv r0, sp ; pt_regs
bl do_rie_handler