commit | 4fe90485d4f0b843d4239c9be62269be2ca6a3da | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu May 10 15:04:30 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 19 13:58:21 2012 +0000 |
tree | 2a86720b1a63683a327f2a67df88bb03b11ae814 | |
parent | d3bf8feadbb306071df18d4452213e403d11697a [diff] |
target-arm: Remove ARM_CPUID_* macros All the uses of ARM_CPUID() to vary behaviour have now been removed, so we can delete the ARM_CPUID_* macros now. The one exception is the TI915T/925T, because of its odd behaviour where the MIDR value can be changed at runtime. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>