Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88574
b: refs/heads/master
c: 5de253c
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Apr 17, 2008
1 parent 7f85cd3 commit 6438dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a3e4ca41c5a38975023a6e8831c309d3322889c
refs/heads/master: 5de253cc5b1f565f7aeb5bacd67bac37e943ceef
3 changes: 3 additions & 0 deletions trunk/arch/x86/vdso/vdso32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int exstack)
int ret = 0;
bool compat;

if (vdso_enabled == VDSO_DISABLED)
return 0;

down_write(&mm->mmap_sem);

/* Test compat mode once here, in case someone
Expand Down

0 comments on commit 6438dc8

Please sign in to comment.