summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-09-09 17:10:25 +0900
committerSimon Horman <horms@verge.net.au>2010-09-09 17:10:25 +0900
commit9e58e01336a3f387c704b9c3c3b0e213013c20c9 (patch)
tree7da81eaa3108fee02caa65aba262bbf62e5d8846 /kexec/kexec.c
parent62e9b42c82b6779a2802ff69460db93d406669ec (diff)
parentbec38dd6ae9bde528d8723b9e88024e121424ae4 (diff)
Merge branch 'master' of ../kexec-tools-devel
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r--kexec/kexec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index 2b5dc42..10ad41d 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -1062,8 +1062,6 @@ int main(int argc, char *argv[])
};
static const char short_options[] = KEXEC_ALL_OPT_STR;
- arch_init();
-
while ((opt = getopt_long(argc, argv, short_options,
options, 0)) != -1) {
switch(opt) {