linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: cpu: Make cpu_class_is_omap2 true for all non-omap1 platforms
@ 2012-06-11 13:22 Vaibhav Hiremath
  2012-06-14 14:33 ` Hiremath, Vaibhav
  0 siblings, 1 reply; 13+ messages in thread
From: Vaibhav Hiremath @ 2012-06-11 13:22 UTC (permalink / raw)
  To: linux-arm-kernel

As omap1 and omap2 will never be compiled together, due to
different compiler flags, so we can simply make
cpu_class_is_omap2() = true, for all non-omap1 platforms.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
---
 arch/arm/plat-omap/include/plat/cpu.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h
index 14f050f..6a42558 100644
--- a/arch/arm/plat-omap/include/plat/cpu.h
+++ b/arch/arm/plat-omap/include/plat/cpu.h
@@ -374,8 +374,7 @@ IS_OMAP_TYPE(3430, 0x3430)
 /* Macros to detect if we have OMAP1 or OMAP2 */
 #define cpu_class_is_omap1()	(cpu_is_omap7xx() || cpu_is_omap15xx() || \
 				cpu_is_omap16xx())
-#define cpu_class_is_omap2()	(cpu_is_omap24xx() || cpu_is_omap34xx() || \
-				cpu_is_omap44xx())
+#define cpu_class_is_omap2()	!cpu_class_is_omap1()
 
 /* Various silicon revisions for omap2 */
 #define OMAP242X_CLASS		0x24200024
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-07-10  9:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 13:22 [PATCH] ARM: OMAP2+: cpu: Make cpu_class_is_omap2 true for all non-omap1 platforms Vaibhav Hiremath
2012-06-14 14:33 ` Hiremath, Vaibhav
2012-06-27 13:39   ` Tony Lindgren
2012-06-27 13:50     ` Hiremath, Vaibhav
2012-06-27 13:58       ` Tony Lindgren
2012-06-27 15:27         ` Hiremath, Vaibhav
2012-06-27 16:17     ` Tony Lindgren
2012-06-27 20:33       ` Hiremath, Vaibhav
2012-07-10  8:41         ` Tony Lindgren
2012-07-10  9:10           ` Hiremath, Vaibhav
2012-07-10  9:18             ` Tony Lindgren
2012-07-10  9:25               ` Hiremath, Vaibhav
2012-07-10  9:43                 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).