Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 17:58:22 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95003 for review
Message-ID:  <200604111758.k3BHwM2B049845@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95003

Change 95003 by jmg@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604111758.k3BHwM2B049845>