diff --git a/[refs] b/[refs] index 0d6d184e541d..ed0e372fffff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dad3795d2baa4e02cbfd161d9089c73dea16b4ba +refs/heads/master: 24cbc7e9cb0488095e4e144a762276c85ff55f9b diff --git a/trunk/include/linux/kvm.h b/trunk/include/linux/kvm.h index e6edca81ab84..b9a4b7c436f2 100644 --- a/trunk/include/linux/kvm.h +++ b/trunk/include/linux/kvm.h @@ -111,6 +111,8 @@ struct kvm_run { __u32 longmode; __u32 pad; } hypercall; + /* Fix the size of the union. */ + char padding[256]; }; };