Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88573
b: refs/heads/master
c: 1a3e4ca
h: refs/heads/master
i:
  88571: 367887d
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Apr 17, 2008
1 parent 0bc94b8 commit 7f85cd3
Show file tree
Hide file tree
Showing 3 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: 85eb69a16aab5a394ce043c2131319eae35e6493
refs/heads/master: 1a3e4ca41c5a38975023a6e8831c309d3322889c
2 changes: 1 addition & 1 deletion trunk/arch/x86/ia32/ia32_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ int ia32_setup_frame(int sig, struct k_sigaction *ka,
restorer = ka->sa.sa_restorer;
} else {
/* Return stub is in 32bit vsyscall page */
if (current->binfmt->hasvdso)
if (current->mm->context.vdso)
restorer = VDSO32_SYMBOL(current->mm->context.vdso,
sigreturn);
else
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/signal_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static int setup_frame(int sig, struct k_sigaction *ka,
goto give_sigsegv;
}

if (current->binfmt->hasvdso)
if (current->mm->context.vdso)
restorer = VDSO32_SYMBOL(current->mm->context.vdso, sigreturn);
else
restorer = &frame->retcode;
Expand Down

0 comments on commit 7f85cd3

Please sign in to comment.