]> Zhao Yanbai Git Server - minix.git/commit
Mostly a revert of r5306. com.h defines MAX_NR_TASKS value which replaces
authorTomas Hruby <tom@minix3.org>
Tue, 29 Sep 2009 20:13:41 +0000 (20:13 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 29 Sep 2009 20:13:41 +0000 (20:13 +0000)
commit40b1d58077256e9ec8715e800019608a1e8cab5f
tree9023857781e98668f5bae7e730ee8306b57b05dc
parent4dad30937b9af025bef03c2892998c13255213af
Mostly a revert of r5306. com.h defines MAX_NR_TASKS value which replaces
NR_TASKS in the endpoint macros. MAX_NR_TASKS defines the maximal number of
kernel tasks. It is unlikely that we will ever need this many tasks as the goal
is not to have such a difference in the future. For now it makes possible to
remove the limiting NR_TASKS from the endpoint code.
include/minix/com.h
include/minix/endpoint.h
test/test39.c