summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2006-09-22 10:46:12 +0900
committerSimon Horman <horms@verge.net.au>2006-10-06 12:46:16 +0900
commit4535790836ee0c8b9ea1cdf5d2baec5360bac458 (patch)
treebadd49c1458c4213a5b78e7aa2359adbe072775e
parenta9df6cb0ac92be0a87eb03ed28d398912915d2ed (diff)
kexec-tools: Remove .orig files
Remove kexec/arch/ia64/kexec-ia64.h.orig and purgatory/arch/ia64/Makefile.orig which were (presumably accidently) introduced in changest 9241000f28eb6b86a06c0be2d6cf31498373bc1c, "kdump ia64". Signed-Off-By: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/ia64/kexec-ia64.h.orig11
-rw-r--r--purgatory/arch/ia64/Makefile.orig9
2 files changed, 0 insertions, 20 deletions
diff --git a/kexec/arch/ia64/kexec-ia64.h.orig b/kexec/arch/ia64/kexec-ia64.h.orig
deleted file mode 100644
index b5419bb..0000000
--- a/kexec/arch/ia64/kexec-ia64.h.orig
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef KEXEC_IA64_H
-#define KEXEC_IA64_H
-
-#define MAX_MEMORY_RANGES 1024
-
-int elf_ia64_probe(const char *buf, off_t len);
-int elf_ia64_load(int argc, char **argv, const char *buf, off_t len,
- struct kexec_info *info);
-void elf_ia64_usage(void);
-
-#endif /* KEXEC_IA64_H */
diff --git a/purgatory/arch/ia64/Makefile.orig b/purgatory/arch/ia64/Makefile.orig
deleted file mode 100644
index 6d6d2f5..0000000
--- a/purgatory/arch/ia64/Makefile.orig
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Purgatory ia64
-#
-PCFLAGS += -ffixed-r28
-PURGATORY_S_SRCS+= purgatory/arch/ia64/entry.S
-PURGATORY_C_SRCS+= purgatory/arch/ia64/purgatory-ia64.c
-PURGATORY_C_SRCS+= purgatory/arch/ia64/console-ia64.c
-PURGATORY_C_SRCS+=
-