]> Zhao Yanbai Git Server - minix.git/commit
fix for race condition - IRQ can happen between clearing the endpoint
authorBen Gras <ben@minix3.org>
Tue, 1 Dec 2009 16:46:27 +0000 (16:46 +0000)
committerBen Gras <ben@minix3.org>
Tue, 1 Dec 2009 16:46:27 +0000 (16:46 +0000)
commit7c0cdc61bc348e0a93c2c50a2a9341d9554619fb
treecda39aa645309f70282296742308226ecfda7521
parentad259e92afd7b80eb4494f405f560540e135ca34
fix for race condition - IRQ can happen between clearing the endpoint
of the handling process and before removing the hook. The handler function
will panic then.
kernel/system/do_exit.c