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:   ad
Date:           Tue Apr 22 11:45:28 UTC 2008

Modified Files:
        src/sys/kern: kern_clock.c kern_cpu.c kern_timeout.c subr_autoconf.c
        src/sys/sys: callout.h cpu_data.h

Log Message:
Implement MP callouts as discussed on tech-kern. The CPU binding code is
disabled for the moment until we figure out what we want to do with CPUs
being offlined.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 src/sys/kern/kern_clock.c
cvs rdiff -r1.26 -r1.27 src/sys/kern/kern_cpu.c
cvs rdiff -r1.35 -r1.36 src/sys/kern/kern_timeout.c
cvs rdiff -r1.144 -r1.145 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.27 -r1.28 src/sys/sys/callout.h
cvs rdiff -r1.21 -r1.22 src/sys/sys/cpu_data.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