diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 10ffffef0414..c51d16379cba 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -770,7 +770,7 @@ int setup_profiling_timer(unsigned int multiplier) | |||
770 | /* cpumask of CPUs with asymetric SMT dependancy */ | 770 | /* cpumask of CPUs with asymetric SMT dependancy */ |
771 | static const int powerpc_smt_flags(void) | 771 | static const int powerpc_smt_flags(void) |
772 | { | 772 | { |
773 | int flags = SD_SHARE_CPUPOWER | SD_SHARE_PKG_RESOURCES; | 773 | int flags = SD_SHARE_CPUCAPACITY | SD_SHARE_PKG_RESOURCES; |
774 | 774 | ||
775 | if (cpu_has_feature(CPU_FTR_ASYM_SMT)) { | 775 | if (cpu_has_feature(CPU_FTR_ASYM_SMT)) { |
776 | printk_once(KERN_INFO "Enabling Asymmetric SMT scheduling\n"); | 776 | printk_once(KERN_INFO "Enabling Asymmetric SMT scheduling\n"); |