]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
habanalabs: align armcp_packet structure to 8 bytes
authorOded Gabbay <oded.gabbay@gmail.com>
Tue, 9 Jun 2020 16:58:44 +0000 (19:58 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Fri, 24 Jul 2020 17:31:35 +0000 (20:31 +0300)
commit6ced91170df88ff03b7d4c9ec87c185ebf8443be
treed27a64de385322ee185ecb98ce9e9bebcd80778e
parent3bf1c021e36e7269c71dceafec713b0181f413a9
habanalabs: align armcp_packet structure to 8 bytes

Once there is a 64-bit field in a structure, GCC compiler for ARM aligns
the structure to 8 bytes. In order to avoid confusion when these
structures are being passed between CPUs from different architectures, we
explicitly align the structure to 8 bytes.

Reviewed-by: Omer Shpigelman <oshpigelman@habana.ai>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/include/armcp_if.h