]> Zhao Yanbai Git Server - minix.git/commit
PM: send replies immediately
authorDavid van Moolenbroek <david@minix3.org>
Sun, 27 Oct 2013 17:37:16 +0000 (18:37 +0100)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:05:00 +0000 (09:05 +0100)
commitefd3487bc57acb651ca6e658a123e6809183701b
tree1723dc81db6f08bebe1057198ca996f260c1b54f
parentf310aefcbd1f25ed36822f80b791077e82128132
PM: send replies immediately

The original delayed reply functionality was there to support swapping
in processes as they are unblocked, but swap support is long gone.
These days, this code only incurs overhead and hides bugs.

Change-Id: I4aebcd80719daa1bec45ac91975ddc9a460d74d4
servers/is/dmp_pm.c
servers/pm/exec.c
servers/pm/forkexit.c
servers/pm/main.c
servers/pm/mproc.h
servers/pm/proto.h
servers/pm/signal.c
servers/pm/trace.c