]> Zhao Yanbai Git Server - minix.git/commit
added reenter check to lock_dequeue() to avoid unlocking of interrupts
authorBen Gras <ben@minix3.org>
Fri, 10 Feb 2006 16:53:51 +0000 (16:53 +0000)
committerBen Gras <ben@minix3.org>
Fri, 10 Feb 2006 16:53:51 +0000 (16:53 +0000)
commit88ba4b526800411f7d7aadd7583d13c566f24e53
tree934268734d41d8768a9831bd08a3347a26679312
parentc273654032644acb37d8dc3368e696bc869ad7b6
added reenter check to lock_dequeue() to avoid unlocking of interrupts
via cause_sig() during an exception.

moved lock check configuration to <minix/sys_config.h> instead of
kernel/config.h, because the 'relocking' field in kinfo depends on it.

other prettification: common locking macro, whether lock timing is on or
not.
include/limits.h
include/minix/sys_config.h
include/minix/type.h
kernel/config.h
kernel/const.h
kernel/debug.h
kernel/proc.c