qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] cpu_defs: Simplify CPUTLB padding logic


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2] cpu_defs: Simplify CPUTLB padding logic
Date: Thu, 9 Jul 2015 07:56:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

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<address@hidden>
---
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 <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]