commit | e0473b4aafe9013a27749518afd449594f158b04 | [log] [tgz] |
---|---|---|
author | Maya Spivak <mspivak@codeaurora.org> | Fri Jul 08 16:44:34 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:18:46 2011 -0700 |
tree | a1ce51e4e0fe7e4a615d09bdde13930d934bb615 | |
parent | 38c0739f978cabe79afb6c75599ba8be347e8714 [diff] |
partition_sched_domains: Do not destroy old sched domain on cpu_up This is safe on a cpu_up only. Although a reader may still have access to the old scheduling domain data, the data indicates that the new CPU is not up, and therefore the only limitation is the new CPU will not be schedulable by that reader until that reader receives the new data. Signed-off-by: Maya Spivak <mspivak@codeaurora.org>