commit | 8d9e53b93de7383d5bb4b3507f146bfcd83c6e5d | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon Aug 05 13:32:52 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Aug 06 12:55:56 2013 -0400 |
tree | 7a54bc1d199b384f0b58263e71489a0d9aed5dea | |
parent | eafa5c8a10f52e5d05870a40e2ffb49537d4471f [diff] |
tile PCI RC: use proper accessor function Using the low-level hv_dev_pread() API makes assumptions about the layout of datastructures in the Tilera hypervisor API; it's better to use the gxio_XXX accessor and the pcie_trio_ports_property struct. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>