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 Oct 31 00:36:22 UTC 2008
Modified Files:
src/sys/arch/x86/x86: cpu.c
src/sys/arch/xen/x86: cpu.c
src/sys/kern: kern_cpu.c sys_sched.c
src/sys/sys: cpu.h
Log Message:
- Avoid the race with CPU online/offline state changes, when setting the
affinity (cpu_lock protects these operations now).
- Disallow setting of state of CPU to to offline, if there are bound LWPs,
which have no CPU to migrate.
- Disallow setting of affinity for the LWP(s), if all CPUs in the dynamic
CPU-set are offline.
- sched_setaffinity: fix invalid check of kcpuset_isset().
- Rename cpu_setonline() to cpu_setstate().
Should fix PR/39349.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/arch/x86/x86/cpu.c
cvs rdiff -r1.28 -r1.29 src/sys/arch/xen/x86/cpu.c
cvs rdiff -r1.36 -r1.37 src/sys/kern/kern_cpu.c
cvs rdiff -r1.30 -r1.31 src/sys/kern/sys_sched.c
cvs rdiff -r1.23 -r1.24 src/sys/sys/cpu.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