mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fernando Luis Vazquez Cao <fernando@intellilink.co.jp>
To: fastboot@lists.osdl.org
Cc: vgoyal@in.ibm.com, linux-kernel@vger.kernel.org
Subject: [PATCH] Compilation of kexec/kdump broken in Linux 2.6.16-rc1 (x86_64)
Date: Wed, 25 Jan 2006 16:09:12 +0900	[thread overview]
Message-ID: <1138172952.2370.80.camel@localhost.localdomain> (raw)

The compilation of kexec/kdump seems to be broken for x86_64.
Remove the dependency of kexec on CONFIG_IA32_EMULATION.

Signed-off-by: Fernando Vazquez <fernando@intellilink.co.jp>
---

diff -urNp linux-2.6.16-rc1-orig/include/asm-x86_64/kexec.h linux-2.6.16-rc1/include/asm-x86_64/kexec.h
--- linux-2.6.16-rc1-orig/include/asm-x86_64/kexec.h	2006-01-19 17:51:45.000000000 +0900
+++ linux-2.6.16-rc1/include/asm-x86_64/kexec.h	2006-01-19 17:41:13.000000000 +0900
@@ -1,8 +1,9 @@
 #ifndef _X86_64_KEXEC_H
 #define _X86_64_KEXEC_H
 
+#include <linux/string.h>
+
 #include <asm/page.h>
-#include <asm/proto.h>
 #include <asm/ptrace.h>
 
 /*
diff -urNp linux-2.6.16-rc1-orig/include/linux/elfcore.h linux-2.6.16-rc1/include/linux/elfcore.h
--- linux-2.6.16-rc1-orig/include/linux/elfcore.h	2006-01-03 12:21:10.000000000 +0900
+++ linux-2.6.16-rc1/include/linux/elfcore.h	2006-01-19 17:40:11.000000000 +0900
@@ -5,6 +5,7 @@
 #include <linux/signal.h>
 #include <linux/time.h>
 #include <linux/user.h>
+#include <linux/ptrace.h>
 
 struct elf_siginfo
 {



                 reply	other threads:[~2006-01-25  7:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1138172952.2370.80.camel@localhost.localdomain \
    --to=fernando@intellilink.co.jp \
    --cc=fastboot@lists.osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vgoyal@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®