procfs: add VmFlags field in smaps output
[firefly-linux-kernel-4.4.55.git] / fs / binfmt_em86.c
index 2790c7e1912eca0338bf97d470e9ca5b47252159..4e6cce57d113539f482b17db2931204f679d451b 100644 (file)
@@ -22,7 +22,7 @@
 #define EM86_INTERP    "/usr/bin/em86"
 #define EM86_I_NAME    "em86"
 
-static int load_em86(struct linux_binprm *bprm,struct pt_regs *regs)
+static int load_em86(struct linux_binprm *bprm)
 {
        char *interp, *i_name, *i_arg;
        struct file * file;
@@ -90,7 +90,7 @@ static int load_em86(struct linux_binprm *bprm,struct pt_regs *regs)
        if (retval < 0)
                return retval;
 
-       return search_binary_handler(bprm, regs);
+       return search_binary_handler(bprm);
 }
 
 static struct linux_binfmt em86_format = {