commit | b4a4b8d0e0767c85946fd8fc404643bf5766351a | [log] [tgz] |
---|---|---|
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | Sun Jul 05 14:08:53 2015 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Aug 06 12:04:08 2015 +0200 |
tree | 3623a5ab667c047ac541a12ce74440e9988ca6bb | |
parent | 02d57ea115b7669f588371c86484a2e8ebc369be [diff] |
cpu_defs: Simplify CPUTLB padding logic There was a complicated subtractive arithmetic for determining the padding on the CPUTLBEntry structure. Simplify this with a union. Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Message-Id: <1436130533-18565-1-git-send-email-crosthwaite.peter@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>