From: Maxime Bizon Date: Sat, 5 Aug 2006 19:14:32 +0000 (-0700) Subject: [PATCH] doc: update panic_on_oops documentation X-Git-Tag: v3.12-rc1~34055^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b23d04dd26e6d170adc644cf12a0d9dfa1f5094;p=kernel%2Fkernel-generic.git [PATCH] doc: update panic_on_oops documentation Signed-off-by: Maxime Bizon Acked-by: Simon Horman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index b0c7ab9..7345c33 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -211,9 +211,8 @@ Controls the kernel's behaviour when an oops or BUG is encountered. 0: try to continue operation -1: delay a few seconds (to give klogd time to record the oops output) and - then panic. If the `panic' sysctl is also non-zero then the machine will - be rebooted. +1: panic immediatly. If the `panic' sysctl is also non-zero then the + machine will be rebooted. ==============================================================