author | Wendy Liang <jliang@xilinx.com> | |
Thu, 7 Jul 2016 23:35:39 +0000 (16:35 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:44 +0000 (22:01 -0700) | ||
commit | 9c1520df766e432e2ff18df0e7029b740ff1487d | |
tree | 6fa61ed83a53b67432f7680d6d4b41eec4c40d60 | tree | snapshot (tar.xz tar.gz zip) |
parent | de49eed617692d4c86dfe615126083d1ac728df5 | commit | diff |
hil_proc: Use logical address in proc_vring
It is not necessary to maintain the physical address in hil_proc,
and actually the physical address field phy_addr is already used
as logical address. This patch is to rename the physical address
data field to logical address.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
It is not necessary to maintain the physical address in hil_proc,
and actually the physical address field phy_addr is already used
as logical address. This patch is to rename the physical address
data field to logical address.
Signed-off-by: Wendy Liang <jliang@xilinx.com>