summaryrefslogtreecommitdiff
path: root/kexec/Makefile
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2010-09-07 11:42:39 -0700
committerEric W. Biederman <ebiederm@xmission.com>2010-09-08 11:02:29 -0700
commitd9bf000b6260ee4558b2d2eb3af08e09cd1fe794 (patch)
tree95d619af3a1e1841b96e76a309b46b4c6d611331 /kexec/Makefile
parent3578b1f1437f8d1b569d1e30f6d4e15edd1cce53 (diff)
downloadkexec-tools-d9bf000b6260ee4558b2d2eb3af08e09cd1fe794.tar.gz
kexec: Kill arch_init
The function only had one user, the error checking was wrong, and the functions it performed are best done elsewhere so remove the tempation of a problemenatic hook. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'kexec/Makefile')
-rw-r--r--kexec/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/kexec/Makefile b/kexec/Makefile
index 5d7b618..2137cab 100644
--- a/kexec/Makefile
+++ b/kexec/Makefile
@@ -48,8 +48,6 @@ $(ARCH)_ADD_BUFFER = kexec/add_buffer.c
KEXEC_SRCS += $($(ARCH)_ADD_BUFFER)
$(ARCH)_ARCH_REUSE_INITRD = kexec/arch_reuse_initrd.c
KEXEC_SRCS += $($(ARCH)_ARCH_REUSE_INITRD)
-$(ARCH)_ARCH_INIT = kexec/arch_init.c
-KEXEC_SRCS += $($(ARCH)_ARCH_INIT)
include $(srcdir)/kexec/arch/alpha/Makefile
include $(srcdir)/kexec/arch/arm/Makefile