[PATCH] kdump: Routines for copying dump pages
authorVivek Goyal <vgoyal@in.ibm.com>
Sat, 25 Jun 2005 21:58:19 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:53 +0000 (16:24 -0700)
commit60e64d46a58236e3c718074372cab6a5b56a3b15
tree194e5fa7a53a1ac4a106b1527ec69cf3c2179bb0
parent5f016456c96868c27df248a54d1cc919e7b70a23
[PATCH] kdump: Routines for copying dump pages

This patch provides the interfaces necessary to read the dump contents,
treating it as a high memory device.

Signed off by Hariprasad Nellitheertha <hari@in.ibm.com>
Signed-off-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mm/highmem.c
include/asm-i386/highmem.h
include/linux/crash_dump.h [new file with mode: 0644]
include/linux/highmem.h
kernel/Makefile
kernel/crash_dump.c [new file with mode: 0644]