add delay after pll change in pm.c, fix sdk can not be resume
[firefly-linux-kernel-4.4.55.git] / fs / binfmt_som.c
index eff74b9c9e77cf8f0b933adb2addcc9aac899a46..35cf0023ddb823060326902eb2c23d7f0ecaa7e1 100644 (file)
@@ -227,6 +227,7 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs)
        /* OK, This is the point of no return */
        current->flags &= ~PF_FORKNOEXEC;
        current->personality = PER_HPUX;
+       setup_new_exec(bprm);
 
        /* Set the task size for HP-UX processes such that
         * the gateway page is outside the address space.