]> Zhao Yanbai Git Server - minix.git/commit
Don't sys_kill SELF if a PM exit fails; just generate a fault to get
authorBen Gras <ben@minix3.org>
Fri, 23 Feb 2007 12:54:02 +0000 (12:54 +0000)
committerBen Gras <ben@minix3.org>
Fri, 23 Feb 2007 12:54:02 +0000 (12:54 +0000)
commitbe30a639cd603843c5ad7a0ea418a519b8bbcc75
tree91796fc0fce41f5846db3226cab042dc46cd40b3
parent1bf8a2e8bfc1e965bf75e8cb18bd0a75846ca78b
Don't sys_kill SELF if a PM exit fails; just generate a fault to get
us killed through the kernel with PM finding out.

This makes it unnecessary for servers and drivers to be able to do
sys_kill generally, so KILL can go out of /etc/drivers.conf.
lib/syslib/panic.c