Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 03:41:01 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54393 for review
Message-ID:  <200406080341.i583f11q021551@repoman.freebsd.org>

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

Change 54393 by jmallett@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



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