Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8554
b: refs/heads/master
c: c3ff8ec
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Sep 12, 2005
1 parent 2a9e345 commit 863ab4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c93a777103263c2a610a49771c6336f7a53d8ab7
refs/heads/master: c3ff8ec31c1249d268cd11390649768a12bec1b9
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ work_notifysig: # deal with pending signals and
# vm86-space
xorl %edx, %edx
call do_notify_resume
jmp restore_all
jmp resume_userspace

ALIGN
work_notifysig_v86:
Expand All @@ -329,7 +329,7 @@ work_notifysig_v86:
movl %eax, %esp
xorl %edx, %edx
call do_notify_resume
jmp restore_all
jmp resume_userspace

# perform syscall exit tracing
ALIGN
Expand Down

0 comments on commit 863ab4d

Please sign in to comment.