mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 03:27:30 -04:00
mshv: add a missing padding field
That was missed when importing the header.
Reported-by: Doru Blânzeanu <dblanzeanu@linux.microsoft.com>
Reported-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Fixes: e68bda71a2 ("hyperv: Add new Hyper-V headers in include/hyperv")
Cc: stable@kernel.org
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
@@ -79,6 +79,7 @@ struct hv_vp_register_page {
|
||||
|
||||
u64 registers[18];
|
||||
};
|
||||
u8 reserved[8];
|
||||
/* Volatile XMM registers (HV_X64_REGISTER_CLASS_XMM) */
|
||||
union {
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user