Searched hist:d811bcee1f7a379cad893fdee4c8db5775963b7f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | diff d811bcee1f7a379cad893fdee4c8db5775963b7f Wed Feb 28 20:05:34 CST 2018 Stefano Stabellini <sstabellini@kernel.org> 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>
|