Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Sat Jun  3 20:42:44 UTC 2000

Modified Files:
        syssrc/sys/kern: kern_clock.c kern_sysctl.c
        syssrc/sys/sys: dkstat.h sched.h

Log Message:
Move schedticks and cp_time into schedstate_percpu.  Also, allow
non-primary CPUs to call hardclock(), but make them bail about
before updating global timekeeping state (that's the job of the
primary CPU).


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/kern/kern_clock.c
cvs rdiff -r1.69 -r1.70 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/sys/dkstat.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/sys/sched.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