Skip to content

Commit

Permalink
h8300: System call entry enable interrupt.
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshinori Sato <[email protected]>
  • Loading branch information
ysat0 committed Jan 20, 2016
1 parent bf24eec commit 2f1b007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/h8300/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ _system_call:
/* save top of frame */
mov.l sp,er0
jsr @set_esp0
andc #0x3f,ccr
mov.l sp,er2
and.w #0xe000,r2
mov.l @(TI_FLAGS:16,er2),er2
Expand Down

0 comments on commit 2f1b007

Please sign in to comment.