Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205427
b: refs/heads/master
c: b6b1229
h: refs/heads/master
i:
  205425: 2ff6be1
  205423: 4b70a2e
v: v3
  • Loading branch information
Michael Neuling authored and Ingo Molnar committed Jun 18, 2010
1 parent 88f48bd commit c3425dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 694f5a1112959a6996cabdb6f8d3003e87dac8a7
refs/heads/master: b6b12294405e6ec029e627c49adf3193829a2685
9 changes: 5 additions & 4 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,8 @@ static inline void update_sg_lb_stats(struct sched_domain *sd,
* @sd: sched_domain whose statistics are to be checked
* @sds: sched_domain statistics
* @sg: sched_group candidate to be checked for being the busiest
* @sds: sched_group statistics
* @sgs: sched_group statistics
* @this_cpu: the current cpu
*
* Determine if @sg is a busier group than the previously selected
* busiest group.
Expand Down Expand Up @@ -2588,13 +2589,13 @@ int __weak arch_sd_sibiling_asym_packing(void)
* assuming lower CPU number will be equivalent to lower a SMT thread
* number.
*
* Returns 1 when packing is required and a task should be moved to
* this CPU. The amount of the imbalance is returned in *imbalance.
*
* @sd: The sched_domain whose packing is to be checked.
* @sds: Statistics of the sched_domain which is to be packed
* @this_cpu: The cpu at whose sched_domain we're performing load-balance.
* @imbalance: returns amount of imbalanced due to packing.
*
* Returns 1 when packing is required and a task should be moved to
* this CPU. The amount of the imbalance is returned in *imbalance.
*/
static int check_asym_packing(struct sched_domain *sd,
struct sd_lb_stats *sds,
Expand Down

0 comments on commit c3425dd

Please sign in to comment.