OSDN Git Service

small cleanup
authorYoshinori Sato <ysato@users.sourceforge.jp>
Fri, 28 Dec 2018 14:48:12 +0000 (23:48 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Fri, 28 Jan 2022 13:43:58 +0000 (22:43 +0900)
arch/rx/kernel/entry.S

index 450629c..0fb35e8 100644 (file)
@@ -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