aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2010-06-28 22:02:01 -0400
committerIngo Molnar <mingo@elte.hu>2010-06-29 04:44:29 -0400
commit2ec57d448b2e8fcfba539a46701b43f14f037f17 (patch)
tree92f014a595860b3124816ba4bb1ec8751ea66543 /arch/powerpc/kernel
parent0b2e918aa99fe6c3b8f163aa323a275ad8577828 (diff)
sched: Fix spelling of sibling
No logic changes, only spelling. Signed-off-by: Michael Neuling <mikey@neuling.org> Cc: linuxppc-dev@ozlabs.org Cc: David Howells <dhowells@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> LKML-Reference: <15249.1277776921@neuling.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index 9b41ece010b6..22f08cb7e7d1 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -1270,7 +1270,7 @@ unsigned long randomize_et_dyn(unsigned long base)
1270} 1270}
1271 1271
1272#ifdef CONFIG_SMP 1272#ifdef CONFIG_SMP
1273int arch_sd_sibiling_asym_packing(void) 1273int arch_sd_sibling_asym_packing(void)
1274{ 1274{
1275 if (cpu_has_feature(CPU_FTR_ASYM_SMT)) { 1275 if (cpu_has_feature(CPU_FTR_ASYM_SMT)) {
1276 printk_once(KERN_INFO "Enabling Asymmetric SMT scheduling\n"); 1276 printk_once(KERN_INFO "Enabling Asymmetric SMT scheduling\n");