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:           Sat Apr 12 17:02:09 UTC 2008

Modified Files:
        src/sys/kern: kern_cpu.c kern_sleepq.c kern_synch.c sched_4bsd.c
            sched_m2.c
        src/sys/sys: lwp.h sched.h

Log Message:
Take the run queue management code from the M2 scheduler, and make it
mandatory. Remove the 4BSD run queue code. Effects:

- Pluggable scheduler is only responsible for co-ordinating timeshared jobs.
- All systems run with per-CPU run queues.
- 4BSD scheduler gets processor sets / affinity.
- 4BSD scheduler gets a significant peformance boost on some workloads.

Discussed on tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/kern/kern_cpu.c src/sys/kern/kern_sleepq.c
cvs rdiff -r1.222 -r1.223 src/sys/kern/kern_synch.c
cvs rdiff -r1.15 -r1.16 src/sys/kern/sched_4bsd.c
cvs rdiff -r1.23 -r1.24 src/sys/kern/sched_m2.c
cvs rdiff -r1.85 -r1.86 src/sys/sys/lwp.h
cvs rdiff -r1.50 -r1.51 src/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