]> git.baikalelectronics.ru Git - kernel.git/commit
Remove bogus BUG() in kernel/exit.c
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 16:37:07 +0000 (09:37 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 16:37:07 +0000 (09:37 -0700)
commite6fe10f688e5c5fb3660039ca917a93ac6cf2568
tree074874a0f975d7d776b7a789f3fc1715f1fa9300
parentad7c85ef4a6b529928fc638ad609bf0efb75946f
Remove bogus BUG() in kernel/exit.c

It's old sanity checking that may have been useful for debugging, but
is just bogus these days.

Noticed by Mattia Belletti.
kernel/exit.c