On 07/09/2015 04:26 AM, Peter Crosthwaite wrote:
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.pe...@gmail.com> --- Changed since v1: Remove un-needed anonymous union (Paolo review) --- include/exec/cpu-defs.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~