Skip to content

Commit

Permalink
[PATCH] Compilation of kexec/kdump broken
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Fernando Luis Vazquez Cao authored and Linus Torvalds committed Feb 3, 2006
1 parent bb3b9cf commit 2c5d81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/asm-x86_64/kexec.h
Original file line number Diff line number Diff line change
@@ -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>

/*
Expand Down
1 change: 1 addition & 0 deletions include/linux/elfcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <linux/signal.h>
#include <linux/time.h>
#include <linux/user.h>
#include <linux/ptrace.h>

struct elf_siginfo
{
Expand Down

0 comments on commit 2c5d81a

Please sign in to comment.