From f4e875704d8ebf0323235e635e666432f097ae42 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 16 Oct 2007 23:31:28 -0700 Subject: kdump: documentation cleanups This cleans up kdump documentation a bit. Plus I do not think we want to mention Linux trademark in _every_ file in documentation.... Signed-off-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Documentation/kdump/kdump.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Documentation') diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump/kdump.txt index 96d832b22217..1b37b28cc234 100644 --- a/Documentation/kdump/kdump.txt +++ b/Documentation/kdump/kdump.txt @@ -13,7 +13,7 @@ dump of the system kernel's memory needs to be taken (for example, when the system panics). The system kernel's memory image is preserved across the reboot and is accessible to the dump-capture kernel. -You can use common Linux commands, such as cp and scp, to copy the +You can use common commands, such as cp and scp, to copy the memory image to a dump file on the local disk, or across the network to a remote system. @@ -69,7 +69,7 @@ http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-test This is a symlink to the latest version, which at the time of writing is 20061214, the only release of kexec-tools-testing so far. As other versions -are made released, the older onese will remain available at +are released, the older ones will remain available at http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ Note: Latest kexec-tools-testing git tree is available at @@ -339,7 +339,7 @@ If die() is called, and it happens to be a thread with pid 0 or 1, or die() is called inside interrupt context or die() is called and panic_on_oops is set, the system will boot into the dump-capture kernel. -On powererpc systems when a soft-reset is generated, die() is called by all cpus +On powerpc systems when a soft-reset is generated, die() is called by all cpus and the system will boot into the dump-capture kernel. For testing purposes, you can trigger a crash by using "ALT-SysRq-c", @@ -405,9 +405,3 @@ Contact Vivek Goyal (vgoyal@in.ibm.com) Maneesh Soni (maneesh@in.ibm.com) - -Trademark -========= - -Linux is a trademark of Linus Torvalds in the United States, other -countries, or both. -- cgit v1.2.3 7.11 The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)brianp
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-23targets/xvmc: correctly generate the symlinksEmil Velikov1-6/+6
2014-06-23targets/vdpau: correctly generate the symlinksEmil Velikov1-5/+5
2014-06-23i915: Fix gen2 texblend setupVille Syrjälä1-1/+1
2014-06-23mesa: Make Geom.UsesEndPrimitive a bool instead of a GLbooleanIago Toral Quiroga2-3/+3
2014-06-22targets/r600/xvmc: convert to static/shared pipe-driversEmil Velikov6-73/+11
2014-06-22targets/xvmc-nouveau: convert to static/shared pipe-driversEmil Velikov8-70/+99
2014-06-22targets/radeonsi/vdpau: convert to static/shared pipe-driversEmil Velikov7-79/+15
2014-06-22targets/r600/vdpau: convert to static/shared pipe-driversEmil Velikov5-56/+20
2014-06-22targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov18-72/+164
2014-06-22Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"Chris Forbes1-0/+6
2014-06-22freedreno: use util_copy_framebuffer_state()Rob Clark1-12/+1
2014-06-22freedreno/a3xx: WFI fixes/cleanupRob Clark5-48/+41
2014-06-22glsl: Add gl_Layer and gl_ViewportIndex builtins to fragment shaderChris Forbes1-0/+5
2014-06-22glsl: Add builtin define for ARB_fragment_layer_viewportChris Forbes1-6/+3
2014-06-22glsl: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes3-0/+4
2014-06-22mesa: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes2-0/+2
2014-06-22glapi: Add (empty) api section for ARB_fragment_layer_viewportChris Forbes1-1/+7
2014-06-21i965: Save meta stencil blit programs in the context.Kenneth Graunke2-8/+13
2014-06-21scons: avoid building any piece of i915Emil Velikov3-35/+0
2014-06-20gallivm: Fix build after LLVM commit 211259Aaron Watry1-1/+3
2014-06-20glx: