mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mips: Remove uneeded line in cmp_smp_finish
@ 2014-07-19  5:10 Nicholas Krause
  2014-07-19 12:05 ` Paul Bolle
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Krause @ 2014-07-19  5:10 UTC (permalink / raw)
  To: ralf
  Cc: paul.burton, Leonid.Yegoshin, markos.chandras, Steven.Hill,
	linux-mips, linux-kernel

This patch removes a unneeded line from this file as stated by the
fix me in this file.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 arch/mips/kernel/smp-cmp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/mips/kernel/smp-cmp.c b/arch/mips/kernel/smp-cmp.c
index fc8a515..61bfa20 100644
--- a/arch/mips/kernel/smp-cmp.c
+++ b/arch/mips/kernel/smp-cmp.c
@@ -60,8 +60,6 @@ static void cmp_smp_finish(void)
 {
 	pr_debug("SMPCMP: CPU%d: %s\n", smp_processor_id(), __func__);
 
-	/* CDFIXME: remove this? */
-	write_c0_compare(read_c0_count() + (8 * mips_hpt_frequency / HZ));
 
 #ifdef CONFIG_MIPS_MT_FPAFF
 	/* If we have an FPU, enroll ourselves in the FPU-full mask */
-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-21 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-19  5:10 [PATCH] mips: Remove uneeded line in cmp_smp_finish Nicholas Krause
2014-07-19 12:05 ` Paul Bolle
2014-07-19 21:33   ` Nick Krause
2014-07-21  8:19     ` Paul Burton
2014-07-21 17:34       ` Nick Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome