Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 23:00:01 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54964 for review
Message-ID:  <200406142300.i5EN01B9044610@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54964

Change 54964 by jmallett@jmallett_oingo on 2004/06/14 22:59:23

	Establish intr before saying we want to turn on the clock.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/clock.c#9 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/clock.c#9 (text+ko) ====

@@ -88,8 +88,8 @@
 		panic("cannot init clock for type %d", mach_type);
 	}
 	tc_init(&sgimips_timecounter);
+	platform_establish_hardintr(5, sgimips_clock5_intr, NULL);
 	mips_wr_compare(mips_rd_count() + curcpu()->ci_cycles_per_hz);
-	platform_establish_hardintr(5, sgimips_clock5_intr, NULL);
 }
 
 void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406142300.i5EN01B9044610>