cvs commit: src/sys/platform/vkernel/include cothread.h src/sys/platform/vkernel/platform cothread.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Mar 26 21:29:13 PDT 2008
dillon 2008/03/26 21:28:09 PDT
DragonFly src repository
Modified files:
sys/platform/vkernel/include cothread.h
sys/platform/vkernel/platform cothread.c
Log:
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.
Revision Changes Path
1.2 +2 -1 src/sys/platform/vkernel/include/cothread.h
1.2 +17 -4 src/sys/platform/vkernel/platform/cothread.c
http://www.dragonflybsd.org/cvsweb/src/sys/platform/vkernel/include/cothread.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/platform/vkernel/platform/cothread.c.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list