PERFORCE change 134463 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Jan 30 02:09:24 PST 2008


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

Change 134463 by rrs at rrs-mips2-jnpr on 2008/01/30 10:09:21

	adds octeon hack for uint64t on tag.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/_bus.h#5 edit
.. //depot/projects/mips2-jnpr/src/sys/mips/include/_bus_octeon.h#1 branch

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/_bus.h#5 (text+ko) ====

@@ -31,7 +31,9 @@
 
 #ifndef MIPS_INCLUDE__BUS_H
 #define	MIPS_INCLUDE__BUS_H
-
+#ifdef TARGET_OCTEON
+#include "_bus_octeon.h"
+#else
 /*
  * Bus address and size types
  */
@@ -43,5 +45,5 @@
  */
 typedef long bus_space_tag_t;
 typedef u_long bus_space_handle_t;
-
+#endif
 #endif /* MIPS_INCLUDE__BUS_H */


More information about the p4-projects mailing list