From: Keerthy Date: Wed, 14 Oct 2015 05:43:08 +0000 (+0530) Subject: ARM: OMAP: Change all cpu_is_* occurences to soc_is_* for id.c X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea4a18288813fe6a283f708c13b60853ddf8bf1;p=pandora-kernel.git ARM: OMAP: Change all cpu_is_* occurences to soc_is_* for id.c Currently apart from dra7, omap5 and amx3 all the other SoCs are identified using cpu_is_* functions which is not right since they are all SoCs(System on Chips). Hence changing the SoC identification code to use soc_is instead of cpu_is and keeping defines for cpu_is where needed. This allows us to replace the rest of cpu_is usage along with other fixes as needed. Acked-by: Russell King Signed-off-by: Keerthy [tony@atomide.com: reworked the soc.h changes to minimum] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed