From: Paul Mundt Date: Fri, 12 Sep 2008 14:27:46 +0000 (+0900) Subject: sh: Tidy up ELF core dumps. X-Git-Tag: v2.6.28-rc1~99^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e660d2d433393f983cd58fe8c54f831fa7c7713;p=pandora-kernel.git sh: Tidy up ELF core dumps. These have been using overrides for ELF_CORE_COPY_TASK_REGS and ELF_CORE_COPY_FPREGS while the generic versions can be used instead. Presently the pt_regs are also duplicated across elf_core_copy_regs() and elf_core_copy_task_regs(), this switches to simply copying out through elf_core_copy_regs() instead. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed