Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: rmind
Date: Sun Nov 24 21:58:38 UTC 2013
Modified Files:
src/sys/ddb: db_cpu.c
src/sys/kern: kern_cpu.c kern_runq.c
src/sys/sys: cpu.h
src/usr.bin/vmstat: vmstat.c
Log Message:
Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing
its uses with cpu_infos array. Extra testing by christos@.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/ddb/db_cpu.c
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/kern_cpu.c
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_runq.c
cvs rdiff -u -r1.37 -r1.38 src/sys/sys/cpu.h
cvs rdiff -u -r1.189 -r1.190 src/usr.bin/vmstat/vmstat.c
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