aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/cpu.h
Commit message (Collapse)AuthorAgeFilesLines
* msm: Add MSM 8960 cpu_is checkDavid Brown2011-01-211-0/+6
| | | | Signed-off-by: David Brown <davidb@codeaurora.org>
* msm: Add CPU queriesDavid Brown2011-01-211-0/+48
Create runtime queries to distinguish the various MSM targets. Although these would probably be better named soc_is..., use cpu_is... to match convention in the rest of the kernel. Hard code the tests based on config options for now. When runtime device detection is implemented, these can be made dynamic. Signed-off-by: David Brown <davidb@codeaurora.org>