]> Zhao Yanbai Git Server - minix.git/commit
SMP - asyn send SMP safe
authorTomas Hruby <thruby@few.vu.nl>
Tue, 25 Oct 2011 18:32:30 +0000 (18:32 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 13 Jan 2012 11:30:01 +0000 (11:30 +0000)
commit758d788bbe651be62887c0cc018bfe14d8f6b2f0
treed08e38b5059307a0d87aac7b90abfad5d1eb0314
parent0bb56e0e0425804124a38daf338aa2779bd25364
SMP - asyn send SMP safe

- we must not deliver messages from/to unstable address spaces.
  In such a case, we must postpone the delivery. To make sute
  that a process which is expecting an asynchronous message does
  not starve, we must remember that we skipped delivery of some
  messages and we must try to deliver again once the source
  address space is stable again.
kernel/proc.c
kernel/proc.h
kernel/proto.h
kernel/system/do_vmctl.c