Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c5d81a5 authored by Fernando Luis Vazquez Cao's avatar Fernando Luis Vazquez Cao Committed by Linus Torvalds
Browse files

[PATCH] Compilation of kexec/kdump broken



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

Signed-off-by: default avatarFernando Vazquez <fernando@intellilink.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bb3b9cf1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#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>

/*
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <linux/signal.h>
#include <linux/time.h>
#include <linux/user.h>
#include <linux/ptrace.h>

struct elf_siginfo
{