Loading arch/i386/kernel/entry.S +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading Loading
arch/i386/kernel/entry.S +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading