[2.6 patch] Voyager: remove smp_tune_scheduling() FIXME

From: Adrian Bunk
Date: Mon Nov 27 2006 - 20:29:14 EST


smp_tune_scheduling() does no longer do anything that is required
for Voyager.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.19-rc6-mm1/arch/i386/mach-voyager/voyager_smp.c.old 2006-11-27 23:51:54.000000000 +0100
+++ linux-2.6.19-rc6-mm1/arch/i386/mach-voyager/voyager_smp.c 2006-11-27 23:52:03.000000000 +0100
@@ -709,10 +709,6 @@
* schedule at the moment */
//global_irq_holder = boot_cpu_id;

- /* FIXME: Need to do something about this but currently only works
- * on CPUs with a tsc which none of mine have.
- smp_tune_scheduling();
- */
smp_store_cpu_info(boot_cpu_id);
printk("CPU%d: ", boot_cpu_id);
print_cpu_info(&cpu_data[boot_cpu_id]);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/