diff options
Diffstat (limited to 'arch/mips/kernel/sync-r4k.c')
| -rw-r--r-- | arch/mips/kernel/sync-r4k.c | 19 | 
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/mips/kernel/sync-r4k.c b/arch/mips/kernel/sync-r4k.c index 84536bf4a15..2242bdd4370 100644 --- a/arch/mips/kernel/sync-r4k.c +++ b/arch/mips/kernel/sync-r4k.c @@ -6,12 +6,9 @@   * not have done anything significant (but they may have had interrupts   * enabled briefly - prom_smp_finish() should not be responsible for enabling   * interrupts...) - * - * FIXME: broken for SMTC   */  #include <linux/kernel.h> -#include <linux/init.h>  #include <linux/irqflags.h>  #include <linux/cpumask.h> @@ -34,14 +31,6 @@ void synchronise_count_master(int cpu)  	unsigned long flags;  	unsigned int initcount; -#ifdef CONFIG_MIPS_MT_SMTC -	/* -	 * SMTC needs to synchronise per VPE, not per CPU -	 * ignore for now -	 */ -	return; -#endif -  	printk(KERN_INFO "Synchronize counters for CPU %u: ", cpu);  	local_irq_save(flags); @@ -111,14 +100,6 @@ void synchronise_count_slave(int cpu)  	int i;  	unsigned int initcount; -#ifdef CONFIG_MIPS_MT_SMTC -	/* -	 * SMTC needs to synchronise per VPE, not per CPU -	 * ignore for now -	 */ -	return; -#endif -  	/*  	 * Not every cpu is online at the time this gets called,  	 * so we first wait for the master to say everyone is ready  | 
