|
@@ -184,8 +184,7 @@ static void dump_vdso_pages(struct vm_area_struct * vma)
|
|
* This is called from binfmt_elf, we create the special vma for the
|
|
* This is called from binfmt_elf, we create the special vma for the
|
|
* vDSO and insert it into the mm struct tree
|
|
* vDSO and insert it into the mm struct tree
|
|
*/
|
|
*/
|
|
-int arch_setup_additional_pages(struct linux_binprm *bprm,
|
|
|
|
- int executable_stack)
|
|
|
|
|
|
+int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
|
|
{
|
|
{
|
|
struct mm_struct *mm = current->mm;
|
|
struct mm_struct *mm = current->mm;
|
|
struct page **vdso_pagelist;
|
|
struct page **vdso_pagelist;
|