PERFORCE change 54964 for review

Juli Mallett jmallett at FreeBSD.org
Mon Jun 14 23:00:43 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54964

Change 54964 by jmallett at 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


More information about the p4-projects mailing list