PERFORCE change 132580 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Jan 5 13:28:09 PST 2008


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

Change 132580 by gonzo at gonzo_jeeves on 2008/01/05 21:27:24

	o Uncomment cpu_est_clockrate, make it return ENXIO on the moment.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/machdep.c#9 edit

Differences ...

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

@@ -218,16 +218,13 @@
 		;
 }
 
-#if 0
-/*XXXimp: This seems like a vestage of something in the J! kernel */
 /* Get current clock frequency for the given cpu id. */
 int
 cpu_est_clockrate(int cpu_id, uint64_t *rate)
 {
 
-    return (cpu_clock);
+    return (ENXIO);
 }
-#endif
 
 /*
  * Shutdown the CPU as much as possible


More information about the p4-projects mailing list