public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 2/4] Makefile and Kconfig changes for V7 Cache updates
@ 2007-06-06  0:26 Syed Mohammed, Khasim
  2007-06-12 18:16 ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Syed Mohammed, Khasim @ 2007-06-06  0:26 UTC (permalink / raw)
  To: Linux OMAP

Makefile and Kconfig changes for V7 Cache update.

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

Files:
 arch/arm/mm/Kconfig               |    7 +++++--
 val_3430_GIT/arch/arm/mm/Makefile |    1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

=======================================================================
--- linux-omap/arch/arm/mm/Makefile	2007-05-16 14:32:40.000000000 -0500
--- linux-omap/arch/arm/mm/Kconfig	2007-05-25 13:27:03.000000000 -0500
+++ val_3430_GIT/arch/arm/mm/Kconfig	2007-06-05 16:06:28.000000000 -0500
@@ -370,7 +370,7 @@ config CPU_32v6K
 # ARMv7
 config CPU_V7
 	bool "Support ARM V7 processor"
-	depends on ARCH_INTEGRATOR
+	depends on ARCH_INTEGRATOR || ARCH_OMAP3
 	select CPU_32v6K
 	select CPU_32v7
 	select CPU_ABRT_EV7
@@ -379,7 +379,7 @@ config CPU_V7
 	select CPU_CP15_MMU
 	select CPU_HAS_ASID
 	select CPU_COPY_V6 if MMU
-	select CPU_TLB_V6 if MMU
+	select CPU_TLB_V7 if MMU
 
 # Figure out what processor architecture version we should be using.
 # This defines the compiler instruction set which depends on the machine type.
@@ -498,6 +498,9 @@ config CPU_TLB_V4WBI
 config CPU_TLB_V6
 	bool
 
+config CPU_TLB_V7
+	bool
+
 endif
 
 config CPU_HAS_ASID

+++ val_3430_GIT/arch/arm/mm/Makefile	2007-06-05 15:55:22.000000000 -0500
@@ -46,6 +46,7 @@ obj-$(CONFIG_CPU_TLB_V4WT)	+= tlb-v4.o
 obj-$(CONFIG_CPU_TLB_V4WB)	+= tlb-v4wb.o
 obj-$(CONFIG_CPU_TLB_V4WBI)	+= tlb-v4wbi.o
 obj-$(CONFIG_CPU_TLB_V6)	+= tlb-v6.o
+obj-$(CONFIG_CPU_TLB_V7)        += tlb-v7.o
 
 obj-$(CONFIG_CPU_ARM610)	+= proc-arm6_7.o
 obj-$(CONFIG_CPU_ARM710)	+= proc-arm6_7.o

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06  0:26 [Patch 2/4] Makefile and Kconfig changes for V7 Cache updates Syed Mohammed, Khasim
2007-06-12 18:16 ` Tony Lindgren
2007-06-13  3:56   ` Syed Mohammed, Khasim
2007-06-13  6:06     ` Tony Lindgren
2007-06-13  4:01   ` What is the correct approach for common board devices...? Syed Mohammed, Khasim
2007-06-13  6:02     ` Tony Lindgren

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