msm: Add CPU queries
authorDavid Brown <davidb@codeaurora.org>
Wed, 5 Jan 2011 01:02:48 +0000 (17:02 -0800)
committerDavid Brown <davidb@codeaurora.org>
Fri, 21 Jan 2011 23:27:49 +0000 (15:27 -0800)
commit87fa28e972c223f69c1315a1b2ddb2a11d33ad0e
treed97b3b6e152dc35269414f96a73996bbf31bd102
parentc56eb8fb6dccb83d9fe62fd4dc00c834de9bc470
msm: Add CPU queries

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>
arch/arm/mach-msm/include/mach/cpu.h [new file with mode: 0644]