From: Magnus Damm Date: Thu, 7 Dec 2006 04:40:41 +0000 (-0800) Subject: [PATCH] Kexec / Kdump: Unify elf note code X-Git-Tag: v2.6.20-rc1~145^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85916f8166b59eeac63d2b4f7f1df8de849334b4;p=pandora-kernel.git [PATCH] Kexec / Kdump: Unify elf note code The elf note saving code is currently duplicated over several architectures. This cleanup patch simply adds code to a common file and then replaces the arch-specific code with calls to the newly added code. The only drawback with this approach is that s390 doesn't fully support kexec-on-panic which for that arch leads to introduction of unused code. Signed-off-by: Magnus Damm Cc: Vivek Goyal Cc: Andi Kleen Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed