diff options
author | avg <avg@FreeBSD.org> | 2011-06-08 08:12:15 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2011-06-08 08:12:15 +0000 |
commit | 74204e61b2bf85d1e0d861efb6350869bef8d5ba (patch) | |
tree | 76b1205a2910e2296d889196ecc53a537b4fc56c /contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp | |
parent | 9c3130fd8beafdb49ce265e2ed95dde63492dac1 (diff) | |
download | FreeBSD-src-74204e61b2bf85d1e0d861efb6350869bef8d5ba.zip FreeBSD-src-74204e61b2bf85d1e0d861efb6350869bef8d5ba.tar.gz |
remove code for dynamic offlining/onlining of CPUs on x86
The code has definitely been broken for SCHED_ULE, which is a default
scheduler. It may have been broken for SCHED_4BSD in more subtle ways,
e.g. with manually configured CPU affinities and for interrupt devilery
purposes.
We still provide a way to disable individual CPUs or all hyperthreading
"twin" CPUs before SMP startup. See the UPDATING entry for details.
Interaction between building CPU topology and disabling CPUs still
remains fuzzy: topology is first built using all availble CPUs and then
the disabled CPUs should be "subtracted" from it. That doesn't work
well if the resulting topology becomes non-uniform.
This work is done in cooperation with Attilio Rao who in addition to
reviewing also provided parts of code.
PR: kern/145385
Discussed with: gcooper, ambrisko, mdf, sbruno
Reviewed by: attilio
Tested by: pho, pluknet
X-MFC after: never
Diffstat (limited to 'contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp')
0 files changed, 0 insertions, 0 deletions