All of lore.kernel.org
 help / color / mirror / Atom feed
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: S5PC1XX: Add ARM_L1_CACHE_SHIFT_6 in ARCH_S5PC1XX
Date: Thu, 28 Jan 2010 00:26:07 +0000	[thread overview]
Message-ID: <20100128002607.GN10014@trinity.fluff.org> (raw)
In-Reply-To: <1264637609-15001-1-git-send-email-kgene.kim@samsung.com>

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.

      reply	other threads:[~2010-01-28  0:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100128002607.GN10014@trinity.fluff.org \
    --to=ben-linux@fluff.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.