commit | df164db5fd16888ddbe2a63a47b2f6dda9a428b5 | [log] [tgz] |
---|---|---|
author | Alexander Nyberg <alexn@dsv.su.se> | Thu Jun 23 00:09:13 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Jun 23 09:45:20 2005 -0700 |
tree | cc9aaf42f93761083e58e1d9d8d22261e0ff3686 | |
parent | 5f45f1a78fbac3cc859ec10c5366e97d20d40fa2 [diff] |
[PATCH] avoid resursive oopses Prevent recursive faults in do_exit() by leaving the task alone and wait for reboot. This may allow a more graceful shutdown and possibly save the original oops. Signed-off-by: Alexander Nyberg <alexn@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>