diff options
author | David Brown <davidb@codeaurora.org> | 2011-01-12 15:55:16 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-21 18:27:53 -0500 |
commit | b83ce5812a1581655df8d1502398f03408539ba5 (patch) | |
tree | e69139a0341a8b66c57e5f4a1cd2a6f0e8939755 /arch | |
parent | a6481cd3d901165100e12f9f1f7787293d757574 (diff) |
msm: Add MSM 8960 cpu_is check
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-msm/include/mach/cpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/cpu.h b/arch/arm/mach-msm/include/mach/cpu.h index e1ba9db37144..a9481b08d5c7 100644 --- a/arch/arm/mach-msm/include/mach/cpu.h +++ b/arch/arm/mach-msm/include/mach/cpu.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define cpu_is_msm7x30() 0 | 24 | #define cpu_is_msm7x30() 0 |
25 | #define cpu_is_qsd8x50() 0 | 25 | #define cpu_is_qsd8x50() 0 |
26 | #define cpu_is_msm8x60() 0 | 26 | #define cpu_is_msm8x60() 0 |
27 | #define cpu_is_msm8960() 0 | ||
27 | 28 | ||
28 | #ifdef CONFIG_ARCH_MSM7X00A | 29 | #ifdef CONFIG_ARCH_MSM7X00A |
29 | # undef cpu_is_msm7x01 | 30 | # undef cpu_is_msm7x01 |
@@ -45,4 +46,9 @@ | |||
45 | # define cpu_is_msm8x60() 1 | 46 | # define cpu_is_msm8x60() 1 |
46 | #endif | 47 | #endif |
47 | 48 | ||
49 | #ifdef CONFIG_ARCH_MSM8960 | ||
50 | # undef cpu_is_msm8960 | ||
51 | # define cpu_is_msm8960() 1 | ||
52 | #endif | ||
53 | |||
48 | #endif | 54 | #endif |