Commit f3e26957 authored by David S. Miller's avatar David S. Miller

arch/sparc64/kernel/smp.c:smp_tune_scheduling Handle Cheetah+

parent 925f25cd
...@@ -1121,7 +1121,7 @@ static void __init smp_tune_scheduling(void) ...@@ -1121,7 +1121,7 @@ static void __init smp_tune_scheduling(void)
* of moving a process from one cpu to another). * of moving a process from one cpu to another).
*/ */
printk("SMP: Calibrating ecache flush... "); printk("SMP: Calibrating ecache flush... ");
if (tlb_type == cheetah) { if (tlb_type == cheetah || tlb_type == cheetah_plus) {
cacheflush_time = cheetah_tune_scheduling(); cacheflush_time = cheetah_tune_scheduling();
goto report; goto report;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment