summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Moser <jmoser@nvidia.com>2016-11-14 17:21:53 -0500
committerJinyoung Park <jinyoungp@nvidia.com>2018-05-04 01:20:26 -0400
commitc9a9ac0c7a3c512f00a9d20306863cecd6e6b3e1 (patch)
tree32cbe6a4b8f1290b6f24faa2d5b7898ae1ab7c35 /include
parent811592571be7c196e31ec2093598005a5dcedbb6 (diff)
hvc_sysfs: change hyp trace log size to uint32_t
The type of the hypevisor log size is changing to uint32_t. Modifying the hypervisor control driver accordingly. JIRA VFND-2811 Change-Id: Ib3f89a0460b939395c32899125292f87f4d8f675 Signed-off-by: John Moser <jmoser@nvidia.com> Reviewed-on: http://git-master/r/1253012 Reviewed-on: http://git-master/r/1314846 GVS: Gerrit_Virtual_Submit Reviewed-by: Aniruddha Banerjee <aniruddhab@nvidia.com> Tested-by: Aniruddha Banerjee <aniruddhab@nvidia.com> Reviewed-by: Timo Alho <talho@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/soc/tegra/virt/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/virt/syscalls.h b/include/soc/tegra/virt/syscalls.h
index 32ad31297..648f71bcf 100644
--- a/include/soc/tegra/virt/syscalls.h
+++ b/include/soc/tegra/virt/syscalls.h
@@ -159,7 +159,7 @@ struct hyp_server_page {
159 159
160 /* hypervisor trace log */ 160 /* hypervisor trace log */
161 uint64_t log_ipa; 161 uint64_t log_ipa;
162 uint64_t log_size; 162 uint32_t log_size;
163}; 163};
164 164
165/* For backwards compatibility, alias the old name for hyp_server_name. */ 165/* For backwards compatibility, alias the old name for hyp_server_name. */