mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[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: Fernando Vazquez <fernando@intellilink.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
bb3b9cf122
commit
2c5d81a581
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <linux/signal.h>
|
||||
#include <linux/time.h>
|
||||
#include <linux/user.h>
|
||||
#include <linux/ptrace.h>
|
||||
|
||||
struct elf_siginfo
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue