cvs commit: src/sys/kern subr_kobj.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Apr 1 05:51:56 PST 2004
joerg 2004/04/01 05:50:47 PST
DragonFly src repository
Modified files:
sys/kern subr_kobj.c
Log:
KObj extension stage II/III
Tokenize kobj to make it SMP safe. This is based on the assumption that
drivers are responsible for not removing active devices. This allows us
to avoid all locks / critical sections for method lookup and object
instantiation / uninstanziation, leaving only the class management.
Revision Changes Path
1.6 +43 -3 src/sys/kern/subr_kobj.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_kobj.c.diff?r1=1.5&r2=1.6&f=h
More information about the Commits
mailing list