]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita582964786ea6e04a5f79efb769ce10e14c5f19a
tree194e5fa7a53a1ac4a106b1527ec69cf3c2179bb0
parentb8beb1272426bc68a2deeef501ff1fc1c6f855a8
[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]