]> git.ipfire.org Git - thirdparty/qemu.git/commit
cputlb: Remove double-alignment in store_helper
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Aug 2019 22:32:55 +0000 (15:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Sep 2019 15:30:39 +0000 (08:30 -0700)
commit5787585d0406cfd54dda0c71ea1a603347ce6e71
treeadfa5e63191bee7dedb17da955d92a028bf8311c
parent8f7cd2ad4acd01242d00807e231097b3de9f0930
cputlb: Remove double-alignment in store_helper

We have already aligned page2 to the start of the next page.
There is no reason to do that a second time.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c