Date: Sat, 5 Jan 2008 21:28:08 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132580 for review Message-ID: <200801052128.m05LS8Ni030822@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132580 Change 132580 by gonzo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801052128.m05LS8Ni030822>