Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   rmind
Date:           Fri Jul 13 07:21:39 UTC 2007

Modified Files:
        src/sys/kern: subr_workqueue.c
        src/sys/sys: workqueue.h

Log Message:
Make MP parts friendly with various ports (especially UP):
 - #ifdef code parts, which uses CPU_INFO_FOREACH/CPU_INFO_ITERATOR
 - use ci_cpuid only in MP case
 - include machine/cpu.h


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/kern/subr_workqueue.c
cvs rdiff -r1.6 -r1.7 src/sys/sys/workqueue.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index