epoll: pull fatal signal checks into ep_send_events()
[linux-2.6-microblaze.git] / fs / binfmt_elf.c
index ac0b5fc..950bc17 100644 (file)
@@ -2198,6 +2198,7 @@ static int elf_core_dump(struct coredump_params *cprm)
        {
                size_t sz = get_note_info_size(&info);
 
+               /* For cell spufs */
                sz += elf_coredump_extra_notes_size();
 
                phdr4note = kmalloc(sizeof(*phdr4note), GFP_KERNEL);
@@ -2261,6 +2262,7 @@ static int elf_core_dump(struct coredump_params *cprm)
        if (!write_note_info(&info, cprm))
                goto end_coredump;
 
+       /* For cell spufs */
        if (elf_coredump_extra_notes_write(cprm))
                goto end_coredump;