From: Afzal Mohammed Date: Tue, 6 Mar 2012 00:11:01 +0000 (-0800) Subject: ARM: OMAP2+: id: Add am33xx SoC type detection X-Git-Tag: v3.4-rc1~93^2~5^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3cfb1ff9745e0c3aab92cc141c1b353839b0ab;p=pandora-kernel.git ARM: OMAP2+: id: Add am33xx SoC type detection Determine SoC type, i.e. whether GP or HS Note: cpu_is_34xx() is true for am33xx also. Doing cpu_is_am33xx() check after cpu_is_34xx() will not achieve what we want due to the above reason. Hence cpu_is_am33xx() is done before cpu_is_34xx() Signed-off-by: Afzal Mohammed Signed-off-by: Vaibhav Hiremath Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed