commit | d9a9855d0b06ca6d6cc92596fedcc03f8512e062 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Sat Oct 18 20:28:29 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 08:52:40 2008 -0700 |
tree | 31e3116ebf9c57915de08cdc5f918600b5395ce4 | |
parent | 85a0ee342e0c06c19d78fdf48307211c6cf18fcb [diff] |
always reserve elfcore header memory in crash kernel elfcore header memory needs to be reserved in a crash kernel. This means that the relevant code should be protected by CONFIG_CRASH_DUMP rather than CONFIG_PROC_VMCORE. Signed-off-by: Simon Horman <horms@verge.net.au> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>