Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 21:49:11 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95028 for review
Message-ID:  <200604112149.k3BLnBDX083744@repoman.freebsd.org>

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

Change 95028 by kmacy@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);



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