linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: S5PC1XX: Add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX
@ 2010-01-28  0:13 Kukjin Kim
  2010-01-28  0:26 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: Kukjin Kim @ 2010-01-28  0:13 UTC (permalink / raw)
  To: linux-arm-kernel

This patch add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 arch/arm/Kconfig    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c7e98ed..4e7d72e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -651,6 +651,7 @@ config ARCH_S5PC1XX
 	select GENERIC_GPIO
 	select HAVE_CLK
 	select CPU_V7
+	select ARM_L1_CACHE_SHIFT_6
 	help
 	  Samsung S5PC1XX series based systems
 
-- 
1.6.2.5

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

end of thread, other threads:[~2010-01-28  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28  0:13 [PATCH 2/2] ARM: S5PC1XX: Add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX Kukjin Kim
2010-01-28  0:26 ` Ben Dooks

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).