Date: Wed, 30 Jan 2008 10:09:23 GMT From: "Randall R. Stewart" <rrs@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134463 for review Message-ID: <200801301009.m0UA9NQ9017578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134463 Change 134463 by rrs@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801301009.m0UA9NQ9017578>