diff options
author | Stefano Stabellini <sstabellini@kernel.org> | 2018-03-01 03:05:34 +0100 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2018-03-01 07:23:36 +0100 |
commit | d811bcee1f7a379cad893fdee4c8db5775963b7f (patch) | |
tree | 17b1b13bd4777b6f26d65280d765e9d34ad26e9d /arch | |
parent | x86/xen: add tty0 and hvc0 as preferred consoles for dom0 (diff) | |
download | linux-d811bcee1f7a379cad893fdee4c8db5775963b7f.tar.xz linux-d811bcee1f7a379cad893fdee4c8db5775963b7f.zip |
pvcalls-front: 64-bit align flags
We are using test_and_* operations on the status and flag fields of
struct sock_mapping. However, these functions require the operand to be
64-bit aligned on arm64. Currently, only status is 64-bit aligned.
Make status and flags explicitly 64-bit aligned.
Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions