* [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
* [PATCH 2/2] ARM: S5PC1XX: Add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX
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
0 siblings, 0 replies; 2+ messages in thread
From: Ben Dooks @ 2010-01-28 0:26 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 28, 2010 at 09:13:29AM +0900, Kukjin Kim wrote:
> 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
You'll need to merge this with the previous patch, otherwise you have
a functionaltiy breakage in between that patch and this. Kconfig will
override the .config and thus re-write the cache-shift configuration
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [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).