commit | 5661ae6be23d8831a19c82f8eafb2aaecdf2da6a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 19 18:06:24 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 19 18:06:24 2014 +0100 |
tree | 77fb3fd29588ffcfde49ef24492d5108ecb8ecb2 | |
parent | 0062609f70b465a56cf80bc573d0971ef2a0affb [diff] |
target-arm: Add ULL suffix to calculation of page size The maximum block size for AArch64 address translation is 2GB. This means that we need a ULL suffix on our shift to avoid shifting into the sign bit of a signed 32 bit integer. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1402171881-14343-2-git-send-email-peter.maydell@linaro.org