commit | 87fa28e972c223f69c1315a1b2ddb2a11d33ad0e | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Tue Jan 04 17:02:48 2011 -0800 |
committer | David Brown <davidb@codeaurora.org> | Fri Jan 21 15:27:49 2011 -0800 |
tree | d97b3b6e152dc35269414f96a73996bbf31bd102 | |
parent | c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 [diff] |
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>