mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
[PATCH] m32r: trivial fix to remove unused instructions
A trivial fix to remove unused instructions. Signed-off-by: Naoto Sugai <Sugai.Naoto@ak.MitsubishiElectric.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>
This commit is contained in:
parent
8c1d286e6a
commit
60c83c77c4
1 changed files with 0 additions and 2 deletions
|
@ -651,8 +651,6 @@ ENTRY(rie_handler)
|
||||||
/* void rie_handler(int error_code) */
|
/* void rie_handler(int error_code) */
|
||||||
SWITCH_TO_KERNEL_STACK
|
SWITCH_TO_KERNEL_STACK
|
||||||
SAVE_ALL
|
SAVE_ALL
|
||||||
mvfc r0, bpc
|
|
||||||
ld r1, @r0
|
|
||||||
ldi r1, #0x20 ; error_code
|
ldi r1, #0x20 ; error_code
|
||||||
mv r0, sp ; pt_regs
|
mv r0, sp ; pt_regs
|
||||||
bl do_rie_handler
|
bl do_rie_handler
|
||||||
|
|
Loading…
Add table
Reference in a new issue