PERFORCE change 95028 for review

Kip Macy kmacy at FreeBSD.org
Tue Apr 11 21:49:16 UTC 2006


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

Change 95028 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/11 21:48:48

	%o2 is moved into %o4 so the 32-bit quantity should be the *3rd* argument

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/hypervisor_api.h#16 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/hypervisor_api.h#16 (text+ko) ====

@@ -130,8 +130,7 @@
 extern uint64_t hvio_iommu_demap(devhandle_t dev_hdl, tsbid_t tsbid,
 				pages_t pages, pages_t *pages_demapped);
 extern uint64_t hvio_iommu_getmap(devhandle_t dev_hdl, tsbid_t tsbid,
-				io_attributes_t *attributes_p,
-				r_addr_t *r_addr_p);
+				 io_attributes_t *attributes_p, r_addr_t *r_addr_p);
 extern uint64_t hvio_iommu_getbypass(devhandle_t dev_hdl, r_addr_t ra,
 				io_attributes_t io_attributes,
 				io_addr_t *io_addr_p);


More information about the p4-projects mailing list