PERFORCE change 54393 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 8 03:41:02 GMT 2004


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

Change 54393 by jmallett at jmallett_oingo on 2004/06/08 03:40:05

	Just enable our interrupt, configure() will do IE.

Affected files ...

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

Differences ...

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

@@ -67,7 +67,8 @@
 	}
 	tc_init(&sgimips_timecounter);
 	mips_wr_compare(mips_rd_count() + curcpu()->ci_cycles_per_hz);
-	mips_wr_status(mips_rd_status() | MIPS_SR_INT_IE | MIPS_INT_MASK_5);
+	/* XXX intr_establish? */
+	mips_wr_status(mips_rd_status() | MIPS_INT_MASK_5);
 }
 
 void


More information about the p4-projects mailing list