git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c3fcb
)
ARM: 6676/1: Correct the cpu_architecture() function for ARMv7
author
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 15 Feb 2011 17:06:57 +0000
(18:06 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 19 Feb 2011 11:24:28 +0000
(11:24 +0000)
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>
No differences found