OSDN Git Service

target-arm: lpae: Make t0sz and t1sz signed integers
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Mon, 26 Oct 2015 13:01:55 +0000 (14:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2015 15:59:46 +0000 (15:59 +0000)
commit5c31a10d16c595d6a59e3e7fc1808c3b1d03e02f
tree15bb4eb132b24e6722c948dac582903ecc749b20
parent59e055307392fdf99b86c8cbcd33a7e261dcbdb1
target-arm: lpae: Make t0sz and t1sz signed integers

Make t0sz and t1sz signed integers to match tsz and to make
it easier to implement support for AArch32 negative t0sz.
t1sz is changed for consistensy.

No functional change.

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