OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf8def
)
small cleanup
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Fri, 28 Dec 2018 14:48:12 +0000
(23:48 +0900)
committer
Yoshinori Sato
<yo-satoh@sios.com>
Fri, 28 Jan 2022 13:43:58 +0000
(22:43 +0900)
arch/rx/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/rx/kernel/entry.S
b/arch/rx/kernel/entry.S
index
450629c
..
0fb35e8
100644
(file)
--- a/
arch/rx/kernel/entry.S
+++ b/
arch/rx/kernel/entry.S
@@
-54,9
+54,7
@@
interrupt_entry:
mov.l r13,OFF_VEC[r0]
cmp #MIN_IRQ,r13
ble 1f
- mvfc psw,r1
- and #~0x07000000,r1 ; enable nested interrupt
- mvtc r1,psw
+ mvtipl #0
mov.l r13,r1
mov.l r0,r2
bsr do_IRQ