svn commit: r202834 - head/sys/mips/cavium

Warner Losh imp at FreeBSD.org
Fri Jan 22 20:44:34 UTC 2010


Author: imp
Date: Fri Jan 22 20:44:34 2010
New Revision: 202834
URL: http://svn.freebsd.org/changeset/base/202834

Log:
  Declare octeon_get_clock_rate, now exported from octeon_machdep

Modified:
  head/sys/mips/cavium/octeon_pcmap_regs.h

Modified: head/sys/mips/cavium/octeon_pcmap_regs.h
==============================================================================
--- head/sys/mips/cavium/octeon_pcmap_regs.h	Fri Jan 22 20:42:18 2010	(r202833)
+++ head/sys/mips/cavium/octeon_pcmap_regs.h	Fri Jan 22 20:44:34 2010	(r202834)
@@ -1,7 +1,9 @@
 /*
  *    This product includes software developed by the University of
  *    California, Berkeley and its contributors."
-*/
+ */
+
+/* $FreeBSD$ */
 
 #ifndef __OCTEON_PCMAP_REGS_H__
 #define __OCTEON_PCMAP_REGS_H__
@@ -904,8 +906,7 @@ extern uint64_t ciu_get_int_summary(int 
 extern void octeon_ciu_start_gtimer(int timer, u_int one_shot, uint64_t time_cycles);
 extern void octeon_ciu_stop_gtimer(int timer);
 extern int octeon_board_real(void);
-
-
+extern unsigned long octeon_get_clock_rate(void);
 
 typedef union {
     uint64_t word64;


More information about the svn-src-head mailing list