Make sure there is no possibility of a cothread trying to access the
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Mar 2008 04:28:09 +0000 (04:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Mar 2008 04:28:09 +0000 (04:28 +0000)
commitd19705b270a09072e0fc8ded8463802e2ac3900a
treec67872cb265394284a79e9b0690e67423ab0f3d0
parent81e38f1517754fb93f862e1115ebc386223e0e7e
Make sure there is no possibility of a cothread trying to access the
per-cpu globaldata space.  cothreads operate like coprocessors and run
outside the cpu abstraction, and thus have no per-cpu abstraction.
sys/platform/vkernel/include/cothread.h
sys/platform/vkernel/platform/cothread.c