target-arm: Fix incorrect arithmetic constructing short-form PAR for ATS ops
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:19:58 +0000 (17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:19:58 +0000 (17:19 +0000)
commit775fda92a1b52c784cd51c095d67fcca7250e1e5
tree165abfb6dd657006f832ab83a43cae588a08a16b
parentcba933b2257ef0ad241756a0ff86bc0acda685ca
target-arm: Fix incorrect arithmetic constructing short-form PAR for ATS ops

Correct some obviously nonsensical bit manipulation spotted by Coverity
when constructing the short-form PAR value for ATS operations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1392659525-8335-1-git-send-email-peter.maydell@linaro.org
target-arm/helper.c