PERFORCE change 95003 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Apr 11 17:58:24 UTC 2006


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

Change 95003 by jmg at jmg_arlene on 2006/04/11 17:57:27

	move the api back to what it was originally, the assembly code was
	correct, missed the saving of the register earlier..

Affected files ...

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

Differences ...

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

@@ -130,8 +130,8 @@
 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,
-				r_addr_t *r_addr_p,
-				io_attributes_t *attributes_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