Date: Wed, 5 Apr 2006 00:06:12 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94649 for review Message-ID: <200604050006.k3506CfW058116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94649 Change 94649 by jmg@jmg_arlene on 2006/04/05 00:05:20 match the calls to the prototype.. Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/bus.h#4 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/bus.h#4 (text+ko) ==== @@ -838,7 +838,7 @@ { int error; - uint64_t error_flag; + uint32_t error_flag; __BUS_DEBUG_ACCESS(h, o, "peek", 1); error = hvio_peek(h, o, 1, &error_flag, (uint64_t *)a); @@ -852,7 +852,7 @@ { int error; - uint64_t error_flag; + uint32_t error_flag; __BUS_DEBUG_ACCESS(h, o, "peek", 2); error = hvio_peek(h, o, 2, &error_flag, (uint64_t *)a); @@ -865,7 +865,7 @@ { int error; - uint64_t error_flag; + uint32_t error_flag; __BUS_DEBUG_ACCESS(h, o, "peek", 4); error = hvio_peek(h, o, 4, &error_flag, (uint64_t *)a);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604050006.k3506CfW058116>