commit | 315cfe7835c9a3fe27f15519bdeee8bf0a293e33 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Feb 15 18:06:57 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 19 11:24:28 2011 +0000 |
tree | e8656e0752dd6929198e2eb167eaafa5ced191ee | |
parent | 32c3fcb08178f6ca14191b22d72760984cfb75cb [diff] |
ARM: 6676/1: Correct the cpu_architecture() function for ARMv7 If ID_MMFR0[3:0] >= 3, the architecture version is ARMv7. The code was currently only testing for ID_MMFR0[3:0] == 3. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>