From c9a9ac0c7a3c512f00a9d20306863cecd6e6b3e1 Mon Sep 17 00:00:00 2001 From: John Moser Date: Mon, 14 Nov 2016 14:21:53 -0800 Subject: 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 Reviewed-on: http://git-master/r/1253012 Reviewed-on: http://git-master/r/1314846 GVS: Gerrit_Virtual_Submit Reviewed-by: Aniruddha Banerjee Tested-by: Aniruddha Banerjee Reviewed-by: Timo Alho --- include/soc/tegra/virt/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { /* hypervisor trace log */ uint64_t log_ipa; - uint64_t log_size; + uint32_t log_size; }; /* For backwards compatibility, alias the old name for hyp_server_name. */ -- cgit v1.2.2