]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] exit: fix crash case
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 29 Sep 2006 09:00:42 +0000 (02:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:16 +0000 (09:18 -0700)
commitd4cb289a3e6d882831c24f268fde8b187a9a3adc
treeda60e18bfdc89803255c02c026e065c144e43a96
parent94be6be0fcc55af3fbd7caa6be261c4e0a17aab1
[PATCH] exit: fix crash case

If we are going to BUG() not panic() here then we should cover the case of
the BUG being compiled out

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/exit.c