target-arm: lpae: Move declaration of t0sz and t1sz
commit1f4c8c18a5b6f4fad13e13b7e3828124c6c8f34d
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Mon, 26 Oct 2015 13:01:56 +0000 (26 14:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2015 15:59:46 +0000 (27 15:59 +0000)
treee194d6beafedb091fb3548b8eb7d06589369eee6
parent5c31a10d16c595d6a59e3e7fc1808c3b1d03e02f
target-arm: lpae: Move declaration of t0sz and t1sz

Move declaration of t0sz and t1sz to the top of the function
avoiding a mix of code and variable declarations.

No functional change.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1445864527-14520-4-git-send-email-edgar.iglesias@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c