[PATCH 2/2] ARM: S5PC1XX: Add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX
Ben Dooks
ben-linux at fluff.org
Wed Jan 27 19:26:07 EST 2010
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 at 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.
More information about the linux-arm-kernel
mailing list