mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvadsp: Move struct element for alignment
Simulator platforms do not support unaligned access, so element adsp_freq_hz in struct nvadsp_os_args is reorganized to make it aligned. Bug 200745795 Bug 200746669 Change-Id: I053756a52b8baf3ec04cdbc9eb82878fd6531a62 Signed-off-by: Viswanath L <viswanathl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2612812 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
7aae76754e
commit
8bbf49a386
@@ -126,9 +126,9 @@ struct nvadsp_app_shared_msg_pool {
|
||||
|
||||
/*ADSP shated OS args */
|
||||
struct nvadsp_os_args {
|
||||
uint64_t adsp_freq_hz;
|
||||
int32_t timer_prescalar;
|
||||
char logger[DRAM_DEBUG_LOG_SIZE];
|
||||
uint64_t adsp_freq_hz;
|
||||
uint32_t dynamic_app_support;
|
||||
uint32_t chip_id;
|
||||
char reserved[120];
|
||||
|
||||
Reference in New Issue
Block a user