summaryrefslogtreecommitdiff
path: root/kexec/arch/ppc64/Makefile
diff options
context:
space:
mode:
authorR Sharada <sharada@in.ibm.com>2006-07-27 10:47:26 -0600
committerEric W. Biederman <ebiederm@xmission.com>2006-07-27 10:47:26 -0600
commit17fa73d36cfca33c7b287d7e354961bcff5fa170 (patch)
tree86d6302e7aa44c4c56a0157ebaab443c85962bc3 /kexec/arch/ppc64/Makefile
parent089c003250471f636141cf8b3db2acd259c9331f (diff)
ppc64 kdump crash segments support
This patch provides the basic functionality for loading crash dump segment and required features. - Code for loading the crashdump segments - It modifies the crash dump cmdline parameter to add the new parameters, elfcorehdr and savemaxmem - other miscellaneous cleanups and re-ordering of some existing code in kexec-elf-ppc64.c Signed-off-by: R Sharada <sharada@in.ibm.com> Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
Diffstat (limited to 'kexec/arch/ppc64/Makefile')
-rw-r--r--kexec/arch/ppc64/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/ppc64/Makefile b/kexec/arch/ppc64/Makefile
index f3b7fad..187a303 100644
--- a/kexec/arch/ppc64/Makefile
+++ b/kexec/arch/ppc64/Makefile
@@ -6,5 +6,6 @@ KEXEC_C_SRCS+= kexec/arch/ppc64/kexec-zImage-ppc64.c
KEXEC_C_SRCS+= kexec/arch/ppc64/fs2dt.c
KEXEC_C_SRCS+= kexec/arch/ppc64/kexec-elf-ppc64.c
KEXEC_C_SRCS+= kexec/arch/ppc64/kexec-ppc64.c
+KEXEC_C_SRCS+= kexec/arch/ppc64/crashdump-ppc64.c
KEXEC_S_SRCS+=