ELF: Also pass any interpreter's file header to `arch_check_elf'
[linux-drm-fsl-dcu.git] / arch / mips / kernel / elf.c
index 858605639965fcbe79278e6744195be05784766c..7d1a90903e4bc700fa21244ba49f80795b2aabaf 100644 (file)
@@ -128,7 +128,7 @@ int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
        return 0;
 }
 
-int arch_check_elf(void *_ehdr, bool has_interpreter,
+int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr,
                   struct arch_elf_state *state)
 {
        union {