]> Git Repo - linux.git/blobdiff - fs/binfmt_elf_fdpic.c
nfsd: count nfsd_file allocations
[linux.git] / fs / binfmt_elf_fdpic.c
index 28a3439f163abc891e0923599992e2a09a91cd30..4fe5bb9f1b1f5e0be6e8d1ef5b20492935b90633 100644 (file)
@@ -589,6 +589,9 @@ static int create_elf_fdpic_tables(struct linux_binprm *bprm,
 
        if (bprm->have_execfd)
                nitems++;
+#ifdef ELF_HWCAP2
+       nitems++;
+#endif
 
        csp = sp;
        sp -= nitems * 2 * sizeof(unsigned long);
This page took 0.02515 seconds and 4 git commands to generate.