commit | 34affeefbbdbd97471c283677179254a2e006994 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 25 18:16:06 2013 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 25 18:16:09 2013 +0100 |
tree | 58eb1a46fca34135cde8fc3dc4803cf102867fb6 | |
parent | baf8673ca802cb3ea2cdbe94813441d23bde223b [diff] |
target-arm: Allow special cpregs to have flags set Relax the "is this a valid ARMCPRegInfo type value?" check to permit "special" cpregs to have flags other than ARM_CP_SPECIAL set. At the moment none of the other flags are relevant for special regs, but the migration related flag we're about to introduce can apply here too. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>