Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205435
b: refs/heads/master
c: 2ec57d4
h: refs/heads/master
i:
  205433: dab76e6
  205431: f0df0ea
v: v3
  • Loading branch information
Michael Neuling authored and Ingo Molnar committed Jun 29, 2010
1 parent 63921c3 commit a07b78a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0b2e918aa99fe6c3b8f163aa323a275ad8577828
refs/heads/master: 2ec57d448b2e8fcfba539a46701b43f14f037f17
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ unsigned long randomize_et_dyn(unsigned long base)
}

#ifdef CONFIG_SMP
int arch_sd_sibiling_asym_packing(void)
int arch_sd_sibling_asym_packing(void)
{
if (cpu_has_feature(CPU_FTR_ASYM_SMT)) {
printk_once(KERN_INFO "Enabling Asymmetric SMT scheduling\n");
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int arch_update_cpu_topology(void);
| 1*SD_SHARE_PKG_RESOURCES \
| 0*SD_SERIALIZE \
| 0*SD_PREFER_SIBLING \
| arch_sd_sibiling_asym_packing() \
| arch_sd_sibling_asym_packing() \
, \
.last_balance = jiffies, \
.balance_interval = 1, \
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@ static inline void update_sd_lb_stats(struct sched_domain *sd, int this_cpu,
} while (sg != sd->groups);
}

int __weak arch_sd_sibiling_asym_packing(void)
int __weak arch_sd_sibling_asym_packing(void)
{
return 0*SD_ASYM_PACKING;
}
Expand Down

0 comments on commit a07b78a

Please sign in to comment.