commit | 3f75d16d6d7ad79bfb01c94cd049bfbbb3daeaae | [log] [tgz] |
---|---|---|
author | Maya Spivak <mspivak@codeaurora.org> | Wed Jul 06 09:43:14 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:25:52 2011 -0700 |
tree | 85881861234843fddd5a9754b4e0eaf6e8c145da | |
parent | a7eadeaa24eb044bac38bfe783e4e56e33cdf254 [diff] |
sched: Remove invalid cases from cpuset_cpu_active This fixes a merge error from when updating from 2.6.35 kernel. The case cpu_down_prepare/frozen is not present in the cpuset_cpu_active function in the kernel which the QUIC kernel is based off of. The inclusion of this case hurts cpu_hotplug performance on a cpu_down operation. Signed-off-by: Maya Spivak <mspivak@codeaurora.org>