public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/12] head.S changes to CPU ID
@ 2007-06-14  5:00 Syed Mohammed, Khasim
  2007-06-14 11:40 ` Tony Lindgren
  2007-06-22 22:31 ` Syed Mohammed, Khasim
  0 siblings, 2 replies; 4+ messages in thread
From: Syed Mohammed, Khasim @ 2007-06-14  5:00 UTC (permalink / raw)
  To: Linux OMAP

Updated head.S CPU ID to consider OMAP3 ARCH Cortex processor.

Signed-off-by: Syed Mohammed Khasim  <x0khasim@ti.com>

Files:
 arch/arm/boot/compressed/head.S

=======================================================================
diff -purN linux-omap/arch/arm/boot/compressed/head.S val_3430_GIT/arch/arm/boot/compressed/head.S
--- linux-omap/arch/arm/boot/compressed/head.S	2007-06-12 15:08:45.000000000 -0500
+++ val_3430_GIT/arch/arm/boot/compressed/head.S	2007-06-12 17:06:57.000000000 -0500
@@ -646,8 +646,8 @@ proc_types:
 		b	__armv4_mmu_cache_off
 		b	__armv6_mmu_cache_flush
 
-		.word	0x000f0000		@ new CPU Id
-		.word	0x000f0000
+		.word	0x000fc000		@ new CPU Id
+		.word	0x000ff000
 		b	__armv7_mmu_cache_on
 		b	__armv7_mmu_cache_off
 		b	__armv7_mmu_cache_flush

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

end of thread, other threads:[~2007-06-22 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14  5:00 [PATCH 2/12] head.S changes to CPU ID Syed Mohammed, Khasim
2007-06-14 11:40 ` Tony Lindgren
2007-06-14 19:38   ` Syed Mohammed, Khasim
2007-06-22 22:31 ` Syed Mohammed, Khasim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox