[PATCH] avoid resursive oopses
authorAlexander Nyberg <alexn@dsv.su.se>
Thu, 23 Jun 2005 07:09:13 +0000 (00:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:20 +0000 (09:45 -0700)
commitdf164db5fd16888ddbe2a63a47b2f6dda9a428b5
treecc9aaf42f93761083e58e1d9d8d22261e0ff3686
parent5f45f1a78fbac3cc859ec10c5366e97d20d40fa2
[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>
kernel/exit.c