From: Catalin Marinas Date: Tue, 15 Feb 2011 17:06:57 +0000 (+0100) Subject: ARM: 6676/1: Correct the cpu_architecture() function for ARMv7 X-Git-Tag: v2.6.38-rc6~13^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315cfe7835c9a3fe27f15519bdeee8bf0a293e33;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed