Re: [Qemu-devel] [PATCH v2 6/8] cputlb: Remove double-alignment in store_helper

2019-08-29 Thread Philippe Mathieu-Daudé
On 8/29/19 1:16 AM, Richard Henderson wrote: > We have already aligned page2 to the start of the next page. > There is no reason to do that a second time. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > accel/tcg/cputlb.c | 3 +-- > 1 file changed, 1 insertion

Re: [Qemu-devel] [PATCH v2 6/8] cputlb: Remove double-alignment in store_helper

2019-08-28 Thread David Hildenbrand
On 29.08.19 01:16, Richard Henderson wrote: > We have already aligned page2 to the start of the next page. > There is no reason to do that a second time. > > Signed-off-by: Richard Henderson > --- > accel/tcg/cputlb.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/ac

[Qemu-devel] [PATCH v2 6/8] cputlb: Remove double-alignment in store_helper

2019-08-28 Thread Richard Henderson
We have already aligned page2 to the start of the next page. There is no reason to do that a second time. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 7fb67d2f05..d0f8db