DragonFly commits List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/platform/vkernel/include cothread.h src/sys/platform/vkernel/platform cothread.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]