translate-all: remove hole in PageDesc
authorEmilio G. Cota <cota@braap.org>
Sat, 29 Jul 2017 05:19:17 +0000 (01:19 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Jun 2018 17:42:55 +0000 (07:42 -1000)
commit94da9aec2a50f0c82e6c60939275c0337f03d5fe
tree9b5829c88279f8f28dedc9bd3f4404a83e09d6bf
parent78722ed0b826644ae240e3c0bbb6bdde02dfe7e1
translate-all: remove hole in PageDesc

Groundwork for supporting parallel TCG generation.

Move the hole to the end of the struct, so that a u32
field can be added there without bloating the struct.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c