https://github.com/torvalds/linux
Revision 1d6225e8cc5598f2bc5c992f9c88b1137763e8e1 authored by Cliff Wickman on 09 August 2010, 21:11:22 UTC, committed by H. Peter Anvin on 12 August 2010, 19:23:55 UTC
This replaces Version 1 of this patch, which broke the build when
CONFIG_KEXEC and CONFIG_CRASH_DUMP were configured off.  In that case
the storage for the 'in_crash_kexec' flag was never built.

This version defines that flag as 0 if CONFIG_KEXEC is not set.
The patch is tested with all combinations of those two options.

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <E1OiZcw-0001Hb-2g@eag09.americas.sgi.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
1 parent c4026cf
History
Tip revision: 1d6225e8cc5598f2bc5c992f9c88b1137763e8e1 authored by Cliff Wickman on 09 August 2010, 21:11:22 UTC
x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakage
Tip revision: 1d6225e
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 170.0 KB
Makefile -rw-r--r-- 52.6 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top