Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2008 18:48:21 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134660 for review
Message-ID:  <200802021848.m12ImL9Q053386@repoman.freebsd.org>

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

Change 134660 by cognet@cognet-mips on 2008/02/02 18:47:54

	Set clock_running to 1, or hardclock() won't ever be called in
	ticks.c::clock_intr()

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#6 (text+ko) ====

@@ -127,6 +127,7 @@
 		mips_timer_init();
 
 		clock_started++;
+		clocks_running = 1;
 	}
 }
 



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