PERFORCE change 94649 for review

John-Mark Gurney jmg at FreeBSD.org
Wed Apr 5 00:06:14 UTC 2006


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

Change 94649 by jmg at 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);


More information about the p4-projects mailing list